diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-09-21 22:15:20 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-09-21 22:15:20 (GMT) |
commit | f8d297734b03cf9a5b3c4b151bae54e23b2e8b8c (patch) | |
tree | 6ab80ffbb72fb42d6cdad13acf4f868c23e9eb2c | |
parent | a4d1dde47a714c31f8dc8c11d14dc6bace1db2b8 (diff) | |
download | hdf5-f8d297734b03cf9a5b3c4b151bae54e23b2e8b8c.zip hdf5-f8d297734b03cf9a5b3c4b151bae54e23b2e8b8c.tar.gz hdf5-f8d297734b03cf9a5b3c4b151bae54e23b2e8b8c.tar.bz2 |
[svn-r9296] Description:
Added 4 new Fortran90 subroutines.
Platforms tested:
Mozilla
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 34303e4..7db6688 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -119,25 +119,36 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3. <dt>Fortran subroutines: <dd>The following Fortran90 subroutines are new for Release 1.6.3 and are documented in the - <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>. + <a href="../RM_H5Front.html"><cite>HDF5 Reference + Manual</cite></a>. <table border="0"> <tr> - <td align="left" valign="top">New Fortran90 subroutines corresponding - to the new C functions listed above:<br> - <code>new_fortran_function_here</code><br> - <code>h5zget_filter_info_f</code> - </td> + <td align="left" valign="top" colspan="2">New Fortran90 + subroutines corresponding to the new C functions + listed above:<br> + </td> + </tr><tr> + <td align="left" valign="top"> + <code>h5fget_name_f</code><br> + <code>h5fget_filesize_f</code> + </td> <td align="left" valign="top"> - </td> + <code>h5iget_file_id_f</code><br> + <code>h5premove_filter_f</code><br> + <code>h5zget_filter_info_f</code> + </td> </tr> </table> <table border="0"> <tr> - <td align="left" valign="top">New Fortran90 subroutines corresponding - to C functions from prior releases:<br> - <code>new_fortran_function_here</code><br> + <td align="left" valign="top">New Fortran90 subroutines + corresponding to C functions from prior releases:<br> + None<br> +<!-- + <code>new_fortran_here</code><br> <code>last_new_fortran_here</code> +--> </td> <td align="left" valign="top"> </td> @@ -1675,7 +1686,7 @@ V1.4.0 Describes HDF5 Release 1.6.3, September 2004 </address><!-- #EndLibraryItem --><!-- Created: Spring 1999 --> <!-- hhmts start --> -Last modified: 14 September 2004 +Last modified: 21 September 2004 <!-- hhmts end --> </body> |