From 31b8c66d0b19850db420c4d69d399fac79a160a7 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 8 Sep 2004 12:27:48 -0500 Subject: [svn-r9224] Purpose: Add h5iget_file_id_f Platforms tested: Mozilla --- doc/html/RM_H5I.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html index 676d12a..1569a09 100644 --- a/doc/html/RM_H5I.html +++ b/doc/html/RM_H5I.html @@ -423,7 +423,17 @@ END SUBROUTINE h5idec_ref_f
Returns:
Returns a file identifier on success, negative on failure.
Fortran90 Interface: -
This function is currently not supported in FORTRAN 90. +
+
+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
+    
-- cgit v0.12