diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-10-12 22:09:28 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-10-12 22:09:28 (GMT) |
commit | c23193d9de5ba54f166fb468c535c08ed8dc835f (patch) | |
tree | 8d2f3a297f62bbcb45728b918b77cc668e45afd3 /doc/html/RM_H5F.html | |
parent | 7e85c72e8319e015bacc47638d3d1f46a6ab45b2 (diff) | |
download | hdf5-c23193d9de5ba54f166fb468c535c08ed8dc835f.zip hdf5-c23193d9de5ba54f166fb468c535c08ed8dc835f.tar.gz hdf5-c23193d9de5ba54f166fb468c535c08ed8dc835f.tar.bz2 |
[svn-r2672]
Purpose:
Clarification of H5Fclose
Description:
RM_H5F.html / H5Fclose: Added note that all data is flushed to file.
Platforms tested:
Tested with IE 5.
Diffstat (limited to 'doc/html/RM_H5F.html')
-rw-r--r-- | doc/html/RM_H5F.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html index d9c7ee6..d2895a6 100644 --- a/doc/html/RM_H5F.html +++ b/doc/html/RM_H5F.html @@ -428,7 +428,9 @@ facilitate moving easily between them.</i> <dt><strong>Purpose:</strong> <dd>Terminates access to an HDF5 file. <dt><strong>Description:</strong> - <dd><code>H5Fclose</code> terminates access to an HDF5 file. + <dd><code>H5Fclose</code> terminates access to an HDF5 file + by flushing all data to storage and terminating access + to the file through <code>file_id</code>. <p> If this is the last file identifier open for the file and no other access identifier is open (e.g., a dataset |