From 03bed9f9ef980530fa7590ef201cb214dab2e6f5 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 29 Oct 2003 13:37:05 -0500 Subject: [svn-r7787] Purpose: Fixes for user-reported Ref Manual bugs: H5Gget_objname_by_idx: corrected 'size' parameter specification H5Sselect_elements: Expanded 'coord' parameter description to make it clear that values are 0-based. Additional minor copy edits and formatting cleanup. Platforms tested: IE 5 --- doc/html/RM_H5G.html | 4 ++-- doc/html/RM_H5S.html | 35 +++++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 5a7c928..c562b58 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -612,7 +612,7 @@ SUBROUTINE
ssize_t H5Gget_objname_by_idx(hid_t loc_id, hsize_t idx, char *name, - size_t* size ) + size_t size )
Purpose:
Returns a name of an object specified by an index.
Description: @@ -1402,7 +1402,7 @@ And in this document, the Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index 9a1a9c8..b977c0b 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -1236,13 +1236,17 @@ END SUBROUTINE h5sselect_all_f
Selects array elements to be included in the selection for a dataspace.
Description:
H5Sselect_elements selects array elements to be - included in the selection for the space_id - dataspace. The number of elements selected must be set with - the num_elements. The coord array - is a two-dimensional array of size dataspace rank - by num_elements (ie. a list of coordinates in - the array). The order of the element coordinates in the - coord array also specifies the order in which + included in the selection for the space_id dataspace. +

+ The number of elements selected is set in the + num_elements parameter. +

+ The coord array is a two-dimensional array of + size dataspace_rank by num_elements + 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 + coord array specifies the order in which the array elements are iterated through when I/O is performed. Duplicate coordinate locations are not checked for.

@@ -1255,7 +1259,8 @@ END SUBROUTINE h5sselect_all_f H5S_SELECT_SET - Replaces the existing selection with the parameters from this call. + Replaces the existing selection with the parameters from + this call. Overlapping blocks are not supported with this operator. -- cgit v0.12