diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-02-19 21:46:10 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-02-19 21:46:10 (GMT) |
commit | 60c4f4f82dcf66ce4e7891749549eeb4d37a8964 (patch) | |
tree | 2bf379cd94c9ea4c0a35ca425b07b91d7d090d93 | |
parent | 61a9b421fd8d89b08f12d26de21a15f3ff887fb2 (diff) | |
download | hdf5-60c4f4f82dcf66ce4e7891749549eeb4d37a8964.zip hdf5-60c4f4f82dcf66ce4e7891749549eeb4d37a8964.tar.gz hdf5-60c4f4f82dcf66ce4e7891749549eeb4d37a8964.tar.bz2 |
[svn-r3459]
Purpose:
Updating Fortran90 APIs
Description:
RM_H5.html
fortran/h5_FORTRAN.html [New file]
Added hfopen_f, h5close_f, and appropriate links.
Added F90 intro and index material. [RM_H5.html only]
Platforms tested:
IE 5
-rw-r--r-- | doc/html/RM_H5.html | 83 | ||||
-rw-r--r-- | doc/html/fortran/h5_FORTRAN.html | 81 |
2 files changed, 163 insertions, 1 deletions
diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html index 7625f4a..22b6777 100644 --- a/doc/html/RM_H5.html +++ b/doc/html/RM_H5.html @@ -68,6 +68,37 @@ and it users. </td></tr> </table> +<p> +<strong>The FORTRAN90 Interfaces:</strong> + +<br> +<font size=-1> +<i>In general, each FORTRAN90 subroutine performs exactly the same task +as the corresponding C function. The links below go to the C function +descriptions, which serve as general descriptions for both. A button, +under <strong>Non-C API(s)</strong> at the end of the C function description, +opens an external browser window displaying the FORTRAN90-specific +information. You will probably want to adjust the size and location of +this external window so that both browser windows are visible and to +facilitate moving easily between them.</i> +</font> + +<table border=0> +<tr><td valign=top> +<ul> + <li><a href="#Library-Open">h5open_f</a> +</ul> +</td><td> </td><td valign=top> +<ul> + <li><a href="#Library-Close">h5close_f</a> +</ul> +</td><td> </td><td valign=top> +<ul> + +</ul> +</td></tr> +</table> + <hr> <dl> @@ -88,6 +119,13 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5open_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -112,6 +150,13 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5close_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -143,6 +188,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -174,6 +228,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -203,6 +266,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful; otherwise returns a negative value. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -242,6 +314,15 @@ and it users. <dt><strong>Returns:</strong> <dd>Returns a non-negative value if successful. Upon failure, this function causes the application to abort. +<!-- +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5_FORTRAN.html#h5xxx_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> +--> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -285,7 +366,7 @@ H5 <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 17 July 2000 +Last modified: 19 February 2001 <br> Describes HDF5 Release 1.4, February 2001 diff --git a/doc/html/fortran/h5_FORTRAN.html b/doc/html/fortran/h5_FORTRAN.html new file mode 100644 index 0000000..5b45bba --- /dev/null +++ b/doc/html/fortran/h5_FORTRAN.html @@ -0,0 +1,81 @@ +<html> +<head><title> +FORTRAN General Library API -- h5i +</title></head> + +<body bgcolor="#FFFFFF"> + + + +<center> +<h1>The FORTRAN 90 API to HDF5<br>h5: General Library</h1> +</center> + + +<dl> + + +<p> +<p> +<hr> +<p> +<a name="h5open_f"> +<p> +</a> + + +<dt><strong>FORTRAN interface:</strong>   <strong>h5open_f</strong> + +<dt><strong>Purpose:</strong> + Initializes the HDF5 library and the Fortran90 interface. + +<pre> + SUBROUTINE h5open_f(hdferr) + IMPLICIT NONE + INTEGER, INTENT(OUT) :: hdferr ! Error code + + END SUBROUTINE h5open_f +</pre> + + +<p> +<p> +<hr> +<p> +<a name="h5close_f"> +<p> +</a> + + +<dt><strong>FORTRAN interface:</strong>   <strong>h5close_f</strong> + +<dt><strong>Purpose:</strong> + Closes the HDF5 library and the Fortran90 interface. + +<pre> + SUBROUTINE h5close_f(hdferr) + IMPLICIT NONE + INTEGER, INTENT(OUT) :: hdferr ! Error code + + END SUBROUTINE h5close_f +</pre> + + +</dl> + +<p> +<p> +<hr> + + + +<address> +<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> +</address> + +Last modified: 19 February 2001 +<br> +Describes HDF5 Release 1.4, February 2001 + +</body> +</html> |