Updating "Describes HDF5 Release..." line to "...1.4.2, July 2001"
Platforms tested:
IE 5
82 lines
1.2 KiB
HTML
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>
|
|
<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.2, July 2001
|
|
|
|
</body>
|
|
</html>
|