diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-07-02 21:53:39 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-07-02 21:53:39 (GMT) |
commit | e29eb9c99d4cd891060fb78df47ce2982996c401 (patch) | |
tree | bedd66d8480acddf7c5c4a5b1294de7017b5d971 /doc/html/RM_H5S.html | |
parent | 3897645d92b4d6332ba34f212b331d20b5708beb (diff) | |
download | hdf5-e29eb9c99d4cd891060fb78df47ce2982996c401.zip hdf5-e29eb9c99d4cd891060fb78df47ce2982996c401.tar.gz hdf5-e29eb9c99d4cd891060fb78df47ce2982996c401.tar.bz2 |
[svn-r8795]
Purpose:
Added Fortran90 subroutine h5sget_select_bounds_f.
Platforms tested:
Mozilla
Diffstat (limited to 'doc/html/RM_H5S.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 78b0ac1..3556bc8 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -530,16 +530,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"> --> @@ -1807,7 +1815,7 @@ And in this document, the Describes HDF5 Release 1.6.2, February 2004 </address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 29 October 2003"); +document.writeln("Last modified: 15 March 2004"); --> </SCRIPT> |