[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
This commit is contained in:
81
doc/html/fortran/h5_FORTRAN.html
Normal file
81
doc/html/fortran/h5_FORTRAN.html
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user