diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 19:07:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 19:07:01 (GMT) |
commit | 5c77c9a0da5988f08a0f4bbc95f0af5a4a43a62c (patch) | |
tree | ba762a8d2276667df3e3cd1113a1a2997def4991 /doc/html/Dataspaces.html | |
parent | 8e9136b83704e2f9adc03bfbea4a227b5eabbe16 (diff) | |
download | hdf5-5c77c9a0da5988f08a0f4bbc95f0af5a4a43a62c.zip hdf5-5c77c9a0da5988f08a0f4bbc95f0af5a4a43a62c.tar.gz hdf5-5c77c9a0da5988f08a0f4bbc95f0af5a4a43a62c.tar.bz2 |
[svn-r534] Version update
Diffstat (limited to 'doc/html/Dataspaces.html')
-rw-r--r-- | doc/html/Dataspaces.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html index d2579b6..de097fc 100644 --- a/doc/html/Dataspaces.html +++ b/doc/html/Dataspaces.html @@ -252,12 +252,12 @@ dataspace identifier after this call is undefined. </DD> <DT> -<TT>H5S_class_t H5Sget_class (hid_t <I>space</I>)</TT></DT> +<TT>H5S_class_t H5Sextent_class (hid_t <I>space</I>)</TT></DT> <DD> Query a dataspace to determine the current class of a dataspace. The value -which is returned is one of: H5S_SCALAR, H5S_SIMPLE, or H5S_NONE on success or -FAIL on failure. +which is returned is one of: H5S_SCALAR, H5S_SIMPLE on success or +H5S_NO_CLASS on failure. </DD> </DL> |