From 4e7ea723531d12d029c342e44942d1893c129170 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 9 Jul 2001 16:13:04 -0500 Subject: [svn-r4161] Description: H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED. Platforms tested: IE 5 --- doc/html/RM_H5S.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index 93dd3ef..71202a3 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -221,11 +221,11 @@ of the HDF5 User's Guide.. maxdims may be the null pointer, in which case the upper limit is the same as dims.

- No element of maxdims should be smaller than the - corresponding element of dims. If an element of maxdims is H5S_UNLIMITED, (-1), - the maximum size of corresponding dimension is unlimited. + the maximum size of the corresponding dimension is unlimited. + Otherwise, no element of maxdims should be + smaller than the corresponding element of dims.

The dataspace identifier returned from this function must be released with H5Sclose or resource leaks will occur. -- cgit v0.12