summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-07-04 15:46:51 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-07-04 15:46:51 (GMT)
commit44019af998d6584a0b7af155c8cb627d4d750175 (patch)
tree128b5a34dd12b06eb060d8b2e081aedcbf5176d8 /doc
parent3065788b115add9a720e290d635298a9b70e0ba9 (diff)
downloadhdf5-44019af998d6584a0b7af155c8cb627d4d750175.zip
hdf5-44019af998d6584a0b7af155c8cb627d4d750175.tar.gz
hdf5-44019af998d6584a0b7af155c8cb627d4d750175.tar.bz2
[svn-r4105]
Purpose: Bugfix #567. Description: Corrected datatype h5s_selopt_t to read h5s_seloper_t. Fixes HDF5 bug #567. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Dataspaces.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html
index 3e9a9c7..9ff2d48 100644
--- a/doc/html/Dataspaces.html
+++ b/doc/html/Dataspaces.html
@@ -393,7 +393,7 @@ portions of a dataspace may be added in the future.
<DL>
<DT>
-<TT>herr_t H5Sselect_hyperslab (hid_t <I>space</I>, h5s_selopt_t <I>op</I>,
+<TT>herr_t H5Sselect_hyperslab (hid_t <I>space</I>, h5s_seloper_t <I>op</I>,
const hssize_t * <I>start</I>, const hsize_t * <I>stride</I>,
const hsize_t * <I>count</I>, const hsize_t * <I>block</I>)</TT></DT>
@@ -443,7 +443,7 @@ I/O is performed.
</DD>
<DT>
-<TT>herr_t H5Sselect_elements (hid_t <I>space</I>, h5s_selopt_t <I>op</I>,
+<TT>herr_t H5Sselect_elements (hid_t <I>space</I>, h5s_seloper_t <I>op</I>,
const size_t <I>num_elements</I>, const hssize_t *<I>coord</I>[])</TT></DT>
<DD>
@@ -496,7 +496,7 @@ dataspace not to include any elements.
</DD>
<DT>
-<TT>herr_t H5Sselect_op (hid_t <I>space1</I>, h5s_selopt_t <I>op</I>,
+<TT>herr_t H5Sselect_op (hid_t <I>space1</I>, h5s_seloper_t <I>op</I>,
hid_t <I>space2</I>)</TT></DT>
<DD>
@@ -677,7 +677,7 @@ is returned.
<!-- Created: Thu Dec 4 14:57:32 EST 1997 -->
<!-- hhmts start -->
-Last modified: 13 December 1999
+Last modified: 5 July 2001
<!-- hhmts end -->
<br>