mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[svn-r4162] Description:
H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED. Platforms tested: IE 5
This commit is contained in:
parent
51af338345
commit
017b67a742
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user