diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-07-09 21:14:23 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-07-09 21:14:23 (GMT) |
commit | 017b67a7421bbc58a4580d71e6c68f5b43b777e1 (patch) | |
tree | efcb972045d0e071773d33f7b59aef0203e13715 /doc/html/RM_H5S.html | |
parent | 51af3383454626f78573baaa23e441cc81d6149f (diff) | |
download | hdf5-017b67a7421bbc58a4580d71e6c68f5b43b777e1.zip hdf5-017b67a7421bbc58a4580d71e6c68f5b43b777e1.tar.gz hdf5-017b67a7421bbc58a4580d71e6c68f5b43b777e1.tar.bz2 |
[svn-r4162] Description:
H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED.
Platforms tested:
IE 5
Diffstat (limited to 'doc/html/RM_H5S.html')
-rw-r--r-- | doc/html/RM_H5S.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index 935685f..016af31 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -222,11 +222,11 @@ of the <cite>HDF5 User's Guide.</cite>. <code>maxdims</code> may be the null pointer, in which case the upper limit is the same as <code>dims</code>. <p> - No element of <code>maxdims</code> should be smaller than the - corresponding element of <code>dims</code>. If an element of <code>maxdims</code> is <code>H5S_UNLIMITED</code>, (<code>-1</code>), - the maximum size of corresponding dimension is unlimited. + the maximum size of the corresponding dimension is unlimited. + Otherwise, no element of <code>maxdims</code> should be + smaller than the corresponding element of <code>dims</code>. <p> The dataspace identifier returned from this function must be released with <code>H5Sclose</code> or resource leaks will occur. |