diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-07-04 15:47:56 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-07-04 15:47:56 (GMT) |
commit | 3c16a9a41e0e444ef801cbb01aed239b7c47cacb (patch) | |
tree | 4f98eb4f32584fe5b6fede5d25e41b760d3bf396 /doc | |
parent | 5fae2e9cb6d0ffffbcc2250dbeb70c8ae159ed29 (diff) | |
download | hdf5-3c16a9a41e0e444ef801cbb01aed239b7c47cacb.zip hdf5-3c16a9a41e0e444ef801cbb01aed239b7c47cacb.tar.gz hdf5-3c16a9a41e0e444ef801cbb01aed239b7c47cacb.tar.bz2 |
[svn-r4106]
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.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html index 5e20594..523f3ba 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> |