summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2004-09-08 17:27:14 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2004-09-08 17:27:14 (GMT)
commit9de008dcdfff4a4f3c85315ab6adc1868412a836 (patch)
treecd8c9a198dbf18a61704ebcb8445d7aabbf91290 /doc
parent70d3e2cb5b1edfba60c908ce77e067690b0defa4 (diff)
downloadhdf5-9de008dcdfff4a4f3c85315ab6adc1868412a836.zip
hdf5-9de008dcdfff4a4f3c85315ab6adc1868412a836.tar.gz
hdf5-9de008dcdfff4a4f3c85315ab6adc1868412a836.tar.bz2
[svn-r9223]
Purpose: Add h5iget_file_id_f Platforms tested: Mozilla
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5I.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html
index 9faad11..40676dd 100644
--- a/doc/html/RM_H5I.html
+++ b/doc/html/RM_H5I.html
@@ -268,7 +268,17 @@ END SUBROUTINE h5idec_ref_f
<dt><strong>Returns:</strong>
<dd>Returns a file identifier on success, negative on failure.
<dt><strong>Fortran90 Interface:</strong>
- <dd>This function is currently not supported in FORTRAN 90.
+ <dd>
+ <pre>
+SUBROUTINE h5iget_file_id_f(obj_id, file_id, hdferr)
+
+ IMPLICIT NONE
+ INTEGER(HID_T), INTENT(IN) :: obj_id ! Object identifier
+ INTEGER(HID_T), INTENT(OUT) :: file_id ! File identifier
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+
+END SUBROUTINE h5iget_file_id_f
+ </pre>
<!--<dt><strong>Non-C API(s):</strong>
<dd>
@@ -590,7 +600,7 @@ And in this document, the
Describes HDF5 Release 1.6.2, February 2004
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 24 August 2004");
+document.writeln("Last modified: 8 September 2004");
-->
</SCRIPT>