diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html index 676d12a9a4..1569a09122 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
+