Files
hdf5/doc/html/fortran/h5_FORTRAN.html
Frank Baker 9142e9d82d [svn-r3758]
Purpose:
    Updated 'Describes HDF5 Release' line to '1.4.1, April 2001'.
2001-04-03 06:49:24 -05:00

82 lines
1.2 KiB
HTML

<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>&nbsp;
<p>&nbsp;
<hr>
<p>&nbsp;
<a name="h5open_f">
<p>&nbsp;
</a>
<dt><strong>FORTRAN interface:</strong> &nbsp <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>&nbsp;
<p>&nbsp;
<hr>
<p>&nbsp;
<a name="h5close_f">
<p>&nbsp;
</a>
<dt><strong>FORTRAN interface:</strong> &nbsp <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>&nbsp;
<p>&nbsp;
<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.1, April 2001
</body>
</html>