[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.
This commit is contained in:
Frank Baker 2000-10-12 17:09:28 -05:00
parent 7e85c72e83
commit c23193d9de

View File

@ -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