[svn-r3460]

Purpose:
    Updating Fortran90 APIs.
Description:
    fortran/h5t_FORTRAN.html
        Removed h5tget_member_dims_f and h5tinsert_array_f.
    fortran/h5d_FORTRAN.html
        Created near-duplicate h5dwrite and h5dread entries:
            One for all datatypes EXCEPT object and dataset region references.
            One for object and dataset region reference datatypes.
        Added buffer size parameter, n, and changed buffer rank to 1 in
                reference datatypes version.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker
2001-02-19 16:48:23 -05:00
parent 60c4f4f82d
commit bbea378a4b
2 changed files with 75 additions and 3 deletions

View File

@@ -877,6 +877,8 @@ FORTRAN Datatype API -- h5t
</pre>
<!-- [removed -- underlying C function removed from library]
<p>&nbsp;
<p>&nbsp;
<hr>
@@ -906,6 +908,8 @@ FORTRAN Datatype API -- h5t
</pre>
-->
<p>&nbsp;
<p>&nbsp;
<hr>
@@ -1002,6 +1006,8 @@ FORTRAN Datatype API -- h5t
</pre>
<!-- [removed -- underlying C function removed from library]
<p>&nbsp;
<p>&nbsp;
<hr>
@@ -1032,6 +1038,8 @@ FORTRAN Datatype API -- h5t
END SUBROUTINE h5tinsert_array_f
</pre>
-->
<p>&nbsp;
<p>&nbsp;
@@ -1217,9 +1225,9 @@ FORTRAN Datatype API -- h5t
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
</address>
Last modified: 14 July 2000
Last modified: 19 February 2001
<br>
Describes HDF5 Release 1.2.2, July 2000
Describes HDF5 Release 1.4, February 2001
</body>
</html>