diff options
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 |