diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-07-02 18:21:52 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-07-02 18:21:52 (GMT) |
commit | f72cb07b0ac15e511de8c735f02713fb815079e9 (patch) | |
tree | 65eeb9b4b92f93a23f68b5504573afd5ab29de7a /doc/html/fortran/h5_FORTRAN.html | |
parent | 1912327dce4325223e7a288a0d71cc555fa6d9a3 (diff) | |
download | hdf5-f72cb07b0ac15e511de8c735f02713fb815079e9.zip hdf5-f72cb07b0ac15e511de8c735f02713fb815079e9.tar.gz hdf5-f72cb07b0ac15e511de8c735f02713fb815079e9.tar.bz2 |
[svn-r4096]
Purpose:
New files in the development branch.
Syncronizing R1.5 development branch fortran docs with
R1.4.x release branch.
Platforms tested:
IE 5
Diffstat (limited to 'doc/html/fortran/h5_FORTRAN.html')
-rw-r--r-- | doc/html/fortran/h5_FORTRAN.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/doc/html/fortran/h5_FORTRAN.html b/doc/html/fortran/h5_FORTRAN.html new file mode 100644 index 0000000..ff4a796 --- /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.5, Unreleased Development Branch + +</body> +</html> |