[svn-r1523]

Datatypes.html
   Changed references to 'handle' to read 'identifier'.

References.html
   Corrected reference to H5Ddereference to read H5Rdereference.
This commit is contained in:
Frank Baker
1999-07-21 15:45:37 -05:00
parent 7178b5c35d
commit 0a8859d589
2 changed files with 6 additions and 6 deletions

View File

@@ -219,7 +219,7 @@ The H5I function is also useful outside the context of references.
This function was inspired by the need of users to figure
out which type of object closing function
(<code>H5Dclose</code>, <code>H5Gclose</code>, etc.)
to call after a call to <code>H5Ddereference</code>,
to call after a call to <code>H5Rdereference</code>,
but it is also of general use.
<p>
</dl>