[svn-r9275] Purpose:
Formatting updates enabling generation of the PDF version
of the HDF5 Reference Manual for Release 1.6.3.
Platforms tested:
HTMLdoc, Adobe Acrobat Reader, Mozilla
This commit is contained in:
@@ -61,8 +61,7 @@ And in this document, the
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<hr>
|
||||
<!-- #EndLibraryItem --><center>
|
||||
<hr><!-- #EndLibraryItem --><center>
|
||||
<h1>H5S: Dataspace Interface</h1>
|
||||
</center>
|
||||
|
||||
@@ -235,6 +234,7 @@ of the <cite>HDF5 User's Guide.</cite>.
|
||||
-->
|
||||
|
||||
<!-- NEW PAGE -->
|
||||
<!-- HEADER RIGHT " " -->
|
||||
<!-- NEW PAGE -->
|
||||
<!-- HEADER RIGHT "H5Sclose" -->
|
||||
<hr>
|
||||
@@ -647,7 +647,7 @@ END SUBROUTINE h5sget_select_elem_npoints_f
|
||||
<dt><strong>Fortran90 Interface:</strong> h5sget_select_elem_pointlist_f
|
||||
<dd>
|
||||
<pre>
|
||||
SUBROUTINE h5sget_select_elem_pointlist_f(space_id, startpoint, num_points, &
|
||||
SUBROUTINE h5sget_select_elem_pointlist_f(space_id, startpoint, num_points, &
|
||||
buf, hdferr)
|
||||
IMPLICIT NONE
|
||||
INTEGER(HID_T), INTENT(IN) :: space_id ! Dataspace identifier
|
||||
@@ -722,7 +722,7 @@ END SUBROUTINE h5sget_select_elem_pointlist_f
|
||||
<dt><strong>Fortran90 Interface:</strong> h5sget_select_hyper_blocklist_f
|
||||
<dd>
|
||||
<pre>
|
||||
SUBROUTINE h5sget_select_hyper_blocklist_f(space_id, startblock, num_blocks, &
|
||||
SUBROUTINE h5sget_select_hyper_blocklist_f(space_id, startblock, num_blocks, &
|
||||
buf, hdferr)
|
||||
IMPLICIT NONE
|
||||
INTEGER(HID_T), INTENT(IN) :: space_id ! Dataspace identifier
|
||||
@@ -1310,14 +1310,16 @@ END SUBROUTINE h5sselect_all_f
|
||||
<dt><strong>Fortran90 Interface:</strong> h5sselect_elements_f
|
||||
<dd>
|
||||
<pre>
|
||||
SUBROUTINE h5sselect_elements_f(space_id, operator, num_elements, &
|
||||
SUBROUTINE h5sselect_elements_f(space_id, operator, num_elements, &
|
||||
coord, hdferr)
|
||||
IMPLICIT NONE
|
||||
INTEGER(HID_T), INTENT(IN) :: space_id ! Dataspace identifier
|
||||
INTEGER, INTENT(IN) :: op ! Flag, valid values are:
|
||||
! H5S_SELECT_SET_F
|
||||
! H5S_SELECT_OR_F
|
||||
INTEGER, INTENT(IN) :: num_elements ! Number of elements to be selected
|
||||
INTEGER, INTENT(IN) :: num_elements ! Number of elements to be selected</pre>
|
||||
<!-- NEW PAGE -->
|
||||
<pre>
|
||||
INTEGER(HSSIZE_T), DIMENSION(*,*), INTENT(IN) :: coord
|
||||
! Array with the coordinates
|
||||
! of the selected elements:
|
||||
@@ -1466,7 +1468,7 @@ END SUBROUTINE h5sselect_elements_f
|
||||
<dt><strong>Fortran90 Interface:</strong> h5sselect_hyperslab_f
|
||||
<dd>
|
||||
<pre>
|
||||
SUBROUTINE h5sselect_hyperslab_f(space_id, operator, start, count, &
|
||||
SUBROUTINE h5sselect_hyperslab_f(space_id, operator, start, count, &
|
||||
hdferr, stride, block)
|
||||
IMPLICIT NONE
|
||||
INTEGER(HID_T), INTENT(IN) :: space_id ! Dataspace identifier
|
||||
@@ -1668,7 +1670,7 @@ END SUBROUTINE h5sset_extent_none_f
|
||||
<dt><strong>Fortran90 Interface:</strong> h5sset_extent_simple_f
|
||||
<dd>
|
||||
<pre>
|
||||
SUBROUTINE h5sset_extent_simple_f(space_id, rank, current_size, &
|
||||
SUBROUTINE h5sset_extent_simple_f(space_id, rank, current_size, &
|
||||
maximum_size, hdferr)
|
||||
IMPLICIT NONE
|
||||
INTEGER(HID_T), INTENT(IN) :: space_id ! Dataspace identifier
|
||||
@@ -1808,8 +1810,7 @@ And in this document, the
|
||||
</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<hr>
|
||||
<!-- #EndLibraryItem --><!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
|
||||
<hr><!-- #EndLibraryItem --><!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
<br>
|
||||
Describes HDF5 Release 1.6.2, February 2004
|
||||
|
||||
Reference in New Issue
Block a user