From de04598d0dcd8c6490d54f52f73b4b40f71f94ab Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 2 Aug 2001 11:00:50 -0500 Subject: [svn-r4301] Purpose: Bringing 'last minute' release branch edits into development branch. Description: Removed link to non-existent description of non-existent F90 function h5gget_objinfo_f. Added links, with explanatory note, to the new freespace management section in Performance.html. Platforms tested: IE 5 --- doc/html/RM_H5G.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index ce79af4..a54b7fb 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -365,14 +365,11 @@ create or access function. If the any object identifier is open for the object, the space will not be released until after the object identifier is closed.

- Note that space identified as freespace is available for re-use only as long as the file remains open; once a file has been - closed, the HDF5 library loses track of freespace. - Identifying freespace does not imply that the file - will be packed or that, if the file is closed and later reopened, - that the space will be available for re-use. - Such functionality has not yet been implemented in the HDF5 library. + closed, the HDF5 library loses track of freespace. See + “Freespace Management” + in the HDF5 User's Guide for further details.

Warning:
Exercise care in unlinking groups as it is possible to render data in a file inaccessible with H5Gunlink. @@ -624,9 +621,11 @@ create or access function.
Returns a non-negative value if successful, with the fields of statbuf (if non-null) initialized. Otherwise returns a negative value. +