MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / close_file

Method close_file

cpp/dolfinx/io/HDF5Interface.cpp:119–123  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

117}
118//-----------------------------------------------------------------------------
119void io::hdf5::close_file(hid_t handle)
120{
121 if (H5Fclose(handle) < 0)
122 throw std::runtime_error("Failed to close HDF5 file.");
123}
124//-----------------------------------------------------------------------------
125void io::hdf5::flush_file(hid_t handle)
126{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected