[svn-r1570]

RM_H5F.html
RM_H5S.html
RM_H5T.html
Dataspaces.html
Datatypes.html
	Corrected return type (nbool_t to htri_t) for the functions
	H5Fis_hdf5, H5Sis_simple, H5Sselect_valid, H5Tcommitted, and H5Tequal.

RM_H5S.html
	Corrected h5s_selopt_t to H5S_selopt_t (3 places).
	Corrected description of H5Sget_select_npoints.
This commit is contained in:
Frank Baker
1999-08-13 14:39:29 -05:00
parent 31431c076f
commit 3229952348
5 changed files with 12 additions and 12 deletions

View File

@@ -124,7 +124,7 @@
named data type.
<br><br>
<dt><code>hbool_t H5Tcommitted (hid_t <em>type</em>)</code>
<dt><code>htri_t H5Tcommitted (hid_t <em>type</em>)</code>
<dd>A type can be queried to determine if it is a named type or
a transient type. If this function returns a positive value
then the type is named (that is, it has been committed perhaps
@@ -148,7 +148,7 @@
immutable transient data type.
<br><br>
<dt><code>hbool_t H5Tequal (hid_t <em>type1</em>, hid_t
<dt><code>htri_t H5Tequal (hid_t <em>type1</em>, hid_t
<em>type2</em>)</code>
<dd>Determines if two types are equal. If <em>type1</em> and
<em>type2</em> are the same then this function returns