diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-06-20 22:11:54 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-06-20 22:11:54 (GMT) |
commit | 25454c655daebf5274d1a1ed47aaf1e75ebdf6d0 (patch) | |
tree | e4b23b22e55477a94a6851980b57718e1154e658 /doc | |
parent | 769014bdc860de3f5525989f392c36300a18bb62 (diff) | |
download | hdf5-25454c655daebf5274d1a1ed47aaf1e75ebdf6d0.zip hdf5-25454c655daebf5274d1a1ed47aaf1e75ebdf6d0.tar.gz hdf5-25454c655daebf5274d1a1ed47aaf1e75ebdf6d0.tar.bz2 |
[svn-r7078]
Purpose:
Edits based on review feedback.
Description:
H5Sselect_elements -- Remove H5S_SELECT_OR and associated comments.
Platforms tested:
IE 5, Safari
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5S.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index 6d70b02..69ee419 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -373,10 +373,10 @@ of the <cite>HDF5 User's Guide.</cite>. </td><td valign=top> Replaces the existing selection with the parameters from this call. Overlapping blocks are not supported with this operator. - </td></tr><tr><td valign=top> +<!-- </td></tr><tr><td valign=top> <code>H5S_SELECT_OR</code> </td><td valign=top> - Adds the new selection to the existing selection. +--> Adds the new selection to the existing selection. </td></tr><tr><td valign=top> <code>H5S_SELECT_APPEND</code> </td><td valign=top> @@ -388,9 +388,10 @@ of the <cite>HDF5 User's Guide.</cite>. </td></tr> </table> </center> - When operator <code>H5S_SELECT_OR</code> +<!-- When operator <code>H5S_SELECT_OR</code> is used to combine a new selection with an existing selection, the selection ordering is reset to C array ordering. +--> <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>space_id</code> @@ -1435,7 +1436,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch </address><!-- #EndLibraryItem --> -Last modified: 6 June 2003 +Last modified: 10 June 2003 </body> </html> |