diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1998-09-11 15:51:53 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1998-09-11 15:51:53 (GMT) |
commit | f56f76eb1d5093fca7066f44a428d4b0235996b4 (patch) | |
tree | e807c887142207819abddd0ead1b24062d4c8a9b /doc/src/RM_H5D.html | |
parent | b02e452be5c051ea38de5c5f94300ae97a414aaf (diff) | |
download | hdf5-f56f76eb1d5093fca7066f44a428d4b0235996b4.zip hdf5-f56f76eb1d5093fca7066f44a428d4b0235996b4.tar.gz hdf5-f56f76eb1d5093fca7066f44a428d4b0235996b4.tar.bz2 |
[svn-r692] Modified loc_id parameter description to accomodate more more liberal
set of loc_id values. Functions requiring a change:
H5Acreate
H5Dopen
H5Gpop, H5Glink, H5Gget_objinfo, H5Gget_linkval,
H5Gset_comment, H5Gget_comment
H5Topen
Diffstat (limited to 'doc/src/RM_H5D.html')
-rw-r--r-- | doc/src/RM_H5D.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/RM_H5D.html b/doc/src/RM_H5D.html index a5340f7..bb2c4dc 100644 --- a/doc/src/RM_H5D.html +++ b/doc/src/RM_H5D.html @@ -123,7 +123,8 @@ and set and retrieve their constant or persistent properties. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> - <dd>Identifier of the file to access the dataset within. + <dd>Identifier of the dataset to open or the file or group + to access the dataset within. <dt><em>const char *</em> <code>name</code> <dd>The name of the dataset to access. </dl> |