[svn-r8794]

Purpose:
    Added Fortran90 subroutine h5sget_select_bounds_f.

Platforms tested:
    Mozilla
This commit is contained in:
Frank Baker 2004-07-02 16:52:44 -05:00
parent d96ba1186f
commit f50ea642a7

View File

@ -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>
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>
</pre>
-->
<!--<dt><strong>Non-C API(s):</strong>
<dd>
<!--<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>