diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-04-08 21:33:50 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-04-08 21:33:50 (GMT) |
commit | 4c6122a53c39e953518ac663ea7eb6216034d437 (patch) | |
tree | 3d32f775130c96ffe8d18104b9f691ae4bdc81ca /doc/html/fortran | |
parent | 7e723792ba5bf53a132409c5db22d1affebcac3f (diff) | |
download | hdf5-4c6122a53c39e953518ac663ea7eb6216034d437.zip hdf5-4c6122a53c39e953518ac663ea7eb6216034d437.tar.gz hdf5-4c6122a53c39e953518ac663ea7eb6216034d437.tar.bz2 |
[svn-r6600]
Purpose:
Link in additional Fortran90 functions.
Description:
Linked 68 new Fortran90 functions to the discussions of the corresponding
C functions. Made the corresponding Fortran index changes in the
function listings at the tops of the RM pages.
Fixed formatting and link typos in RM_H5P.html & fortran/h5p_FORTRAN.html.
Platforms tested:
Safari and IE 5
Diffstat (limited to 'doc/html/fortran')
-rw-r--r-- | doc/html/fortran/h5p_FORTRAN.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/html/fortran/h5p_FORTRAN.html b/doc/html/fortran/h5p_FORTRAN.html index efe23c6..f0913ec 100644 --- a/doc/html/fortran/h5p_FORTRAN.html +++ b/doc/html/fortran/h5p_FORTRAN.html @@ -1437,7 +1437,7 @@ FORTRAN Property List API -- h5p </a> - +<dt><strong>FORTRAN interface:</strong>   <strong>h5pget_buffer_f</strong> <pre> SUBROUTINE h5pget_buffer_f(plist_id, size, hdferr) @@ -1770,13 +1770,13 @@ FORTRAN Property List API -- h5p <p> <hr> <p> -<a name="h5pset_small_data_block_size_f"> +<a name="h5pget_small_data_block_size_f"> <p> </a> -<dt><strong>FORTRAN interface:</strong>   <strong>h5pset_small_data_block_size_f</strong> +<dt><strong>FORTRAN interface:</strong>   <strong>h5pget_small_data_block_size_f</strong> <pre> SUBROUTINE h5pget_small_data_block_size_f(plist_id, size, hdferr) @@ -2093,7 +2093,7 @@ FORTRAN Property List API -- h5p <p> <hr> <p> -<a name=" h5pcopy_prop_f"> +<a name="h5pcopy_prop_f"> <p> </a> @@ -2202,7 +2202,7 @@ FORTRAN Property List API -- h5p INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5pclose_close_f -</dl> +</pre> @@ -2328,6 +2328,9 @@ FORTRAN Property List API -- h5p ! 0 on success and -1 on failure END SUBROUTINE h5pset_fletcher32_f +</pre> + + <p> <p> <hr> @@ -2340,7 +2343,7 @@ FORTRAN Property List API -- h5p Describes HDF5 Release 1.5, Unreleased Development Branch </address><!-- #EndLibraryItem --> -Last modified: 19 March 2003 +Last modified: 7 April 2003 </body> </html> |