mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r8794]
Purpose: Added Fortran90 subroutine h5sget_select_bounds_f. Platforms tested: Mozilla
This commit is contained in:
parent
d96ba1186f
commit
f50ea642a7
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user