Function amici::hdf5::locationExists(std::string const&, std::string const&)

Function Documentation

bool amici::hdf5::locationExists(std::string const &filename, std::string const &location)

Check if the given location (group, link or dataset) exists in the given file.

Parameters:
  • filename – HDF5 filename

  • location – Location to test for

Returns:

true if exists, false otherwise