[svn-r4162] Description:

H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker 2001-07-09 16:14:23 -05:00
parent 51af338345
commit 017b67a742

View File

@ -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.