Function amici::hdf5::createGroup

Function Documentation

void amici::hdf5::createGroup(const H5::H5File &file, std::string const &groupPath, bool recursively = true)

Create the given group and possibly parents.

Parameters
  • file: HDF5 file to write to

  • groupPath: Path to the group to be created

  • recursively: Create intermediary groups