summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-07-06 15:30:47 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-07-06 15:30:47 (GMT)
commit749b37bc74c99458ded92a7dcb4fb31f3ce3c271 (patch)
treebed1e4a01b08b64a772a91a3a927f0f7d7e8297b /doc
parent1527bfa72a00b6cd29004eb9dfe3447126c70b05 (diff)
downloadhdf5-749b37bc74c99458ded92a7dcb4fb31f3ce3c271.zip
hdf5-749b37bc74c99458ded92a7dcb4fb31f3ce3c271.tar.gz
hdf5-749b37bc74c99458ded92a7dcb4fb31f3ce3c271.tar.bz2
[svn-r4133] Purpose:
Bugfix. Description: H5Screate_simple -- Minor edit. 9 H5Sget_simple_extent_dims -- Added note regarding H5S_UNLIMITED. Completes fix to bug #568. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5S.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html
index 4d60be9..93dd3ef 100644
--- a/doc/html/RM_H5S.html
+++ b/doc/html/RM_H5S.html
@@ -223,8 +223,9 @@ of the <cite>HDF5 User's Guide.</cite>.
<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>,
- the corresponding dimension is unlimited.
+ If an element of <code>maxdims</code> is
+ <code>H5S_UNLIMITED</code>, (<code>-1</code>),
+ the maximum size of corresponding dimension is unlimited.
<p>
The dataspace identifier returned from this function must be
released with <code>H5Sclose</code> or resource leaks will occur.
@@ -548,6 +549,10 @@ of the <cite>HDF5 User's Guide.</cite>.
<p>
Either or both of <code>dims</code> and <code>maxdims</code>
may be NULL.
+ <p>
+ If a value in the returned array <code>maxdims</code> is
+ <code>H5S_UNLIMITED</code> (</code>-1</code>),
+ the maximum size of that dimension is unlimited.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>hid_t</em> <code>space_id</code>