diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-01-22 21:00:37 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-01-22 21:00:37 (GMT) |
commit | 4dc9b5f023686568a1e29a03089cb7a311355f20 (patch) | |
tree | 4f42eebc5b76160ce8418fc1d91f45bf5805d9c3 /doc | |
parent | f8cd97a833c21e21d4844ccec6a977f9f0afa64d (diff) | |
download | hdf5-4dc9b5f023686568a1e29a03089cb7a311355f20.zip hdf5-4dc9b5f023686568a1e29a03089cb7a311355f20.tar.gz hdf5-4dc9b5f023686568a1e29a03089cb7a311355f20.tar.bz2 |
[svn-r8086]
Purpose:
Copy edits
Platforms tested:
Safari, IE 5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5G.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 1789b36..84a542e 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -469,7 +469,7 @@ END SUBROUTINE h5gget_linkval_f <dt><strong>Description:</strong> <dd><code>H5Gget_num_objs</code> returns number of objects in a group. Group is specified by its identifier <code>loc_id</code>. - If file identifier is passed in, then number of objects in the + If a file identifier is passed in, then the number of objects in the root group is returned. <dt><strong>Parameters:</strong> <dl> @@ -551,7 +551,7 @@ SUBROUTINE } H5O_stat_t </pre> The <code>fileno</code> and <code>objno</code> fields contain - four values which uniquely itentify an object among those + four values which uniquely identify an object among those HDF5 files which are open: if all four values are the same between two objects, then the two objects are the same (provided both files are still open). @@ -659,7 +659,7 @@ SUBROUTINE the objects in the group. The value of <code>idx</code> is any nonnegative number less than the total number of objects in the group, which is returned by the - functioin <code>H5Gget_num_objects</code>. + function <code>H5Gget_num_objs</code>. Note that this is a transient index; an object may have a different index each time a group is opened. <p> @@ -1428,7 +1428,7 @@ And in this document, the Describes HDF5 Release 1.6.1, October 2003 </address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 29 October 2003"); +document.writeln("Last modified: 30 October 2003"); --> </SCRIPT> |