summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2008-07-24 23:06:55 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2008-07-24 23:06:55 (GMT)
commitcbe52f12bc9714445bd7b700ca18826f1c9edd0a (patch)
treef490ae52dcb801d8ab5f956994a337cdb38d8829
parentd3f894cd7f4cbbc8d18d678a2371cbe0b9073bc6 (diff)
downloadhdf5-cbe52f12bc9714445bd7b700ca18826f1c9edd0a.zip
hdf5-cbe52f12bc9714445bd7b700ca18826f1c9edd0a.tar.gz
hdf5-cbe52f12bc9714445bd7b700ca18826f1c9edd0a.tar.bz2
[svn-r15402] Description:
H5Sselect_elements: Corrected order of 'coord' parameter array dimensions. -- Closes Bz 1214. Tested: Firefox
-rw-r--r--doc/html/RM_H5S.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html
index 958c23b..2758716 100644
--- a/doc/html/RM_H5S.html
+++ b/doc/html/RM_H5S.html
@@ -1316,8 +1316,8 @@ END SUBROUTINE h5sselect_all_f
The number of elements selected is set in the
<code>num_elements</code> parameter.
<p>
- The <code>coord</code> array is a two-dimensional array of
- size <code><i>dataspace_rank</i></code> by <code>num_elements</code>
+ The <code>coord</code> array is a two-dimensional array of size
+ <code>num_elements</code> by <code><i>dataspace_rank</i></code>
containing a list of of zero-based values specifying the
coordinates in the dataset of the selected elements.
The order of the element coordinates in the
@@ -1955,7 +1955,7 @@ Describes HDF5 Release 1.6.7, January 2008
<!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 29 May 2008");
+document.writeln("Last modified: 23 July 2008");
-->
</SCRIPT>