Beispiel #1
0
// Flushes all data to disk, closes all open identifiers, and cleans up memory.
func close_hdf5() error {
	return togo_err(C.H5close())
}
Beispiel #2
0
// Close flushes all data to disk, closes all open identifiers, and cleans up memory.
// It should generally be called before your application exits.
func Close() error {
	return h5err(C.H5close())
}