diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-07-02 21:52:44 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-07-02 21:52:44 (GMT) |
commit | f50ea642a707176662b48dcb68b0626aaae6b6fc (patch) | |
tree | 38194216dfa9d28d3c0f696b6c0dc36775d9e241 /doc/html | |
parent | d96ba1186fd104a1023cd2542a51b00c6e2fed73 (diff) | |
download | hdf5-f50ea642a707176662b48dcb68b0626aaae6b6fc.zip hdf5-f50ea642a707176662b48dcb68b0626aaae6b6fc.tar.gz hdf5-f50ea642a707176662b48dcb68b0626aaae6b6fc.tar.bz2 |
[svn-r8794]
Purpose:
Added Fortran90 subroutine h5sget_select_bounds_f.
Platforms tested:
Mozilla
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/RM_H5S.html | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index ba530a1..7b50c0d 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -540,16 +540,24 @@ END SUBROUTINE h5sextent_copy_f <dd>Returns a non-negative value if successful; otherwise returns a negative value. <dt><strong>Fortran90 Interface:</strong> - <dd>None. -<!-- + <dd> <pre> - - </pre> ---> - - <!--<dt><strong>Non-C API(s):</strong> - <dd> - +SUBROUTINE h5sget_select_bounds_f(space_id, start, end, hdferr) + IMPLICIT NONE + INTEGER(HID_T), INTENT(IN) :: space_id + ! Dataspace identifier + INTEGER(HSSIZE_T), DIMENSION(*), INTENT(OUT) :: start + ! Starting coordinates of the bounding box + INTEGER(HSSIZE_T), DIMENSION(*), INTENT(OUT) :: end + ! Ending coordinates of the bounding box, + ! i.e., the coordinates of the diagonally + ! opposite corner + INTEGER, INTENT(OUT) :: hdferr ! Error code +END SUBROUTINE h5sget_select_bounds_f + </pre> + +<!--<dt><strong>Non-C API(s):</strong> + <dd> <img src="Graphics/Java.gif"> <img src="Graphics/C++.gif"> --> @@ -1857,7 +1865,7 @@ And in this document, the Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 </address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 24 February 2004"); +document.writeln("Last modified: 15 March 2004"); --> </SCRIPT> |