Function rmf_load (o2scl_hdf)¶
-
void o2scl_hdf::rmf_load(o2scl::eos_had_rmf &rmf, std::string model, bool external = false)¶
Input a o2scl::eos_had_rmf object from an HDF file.
If
external
isfalse
(the default), then the model is loaded from the data directoryrmfdata
with the suffix.o2
. Otherwise, the parametermodel
is taken to be the full pathname of the HDF5 file containing the EOS model data to be loaded.