summaryrefslogtreecommitdiffstats
path: root/fortran/examples/rwdsetexample.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/rwdsetexample.f90')
-rw-r--r--fortran/examples/rwdsetexample.f908
1 files changed, 4 insertions, 4 deletions
diff --git a/fortran/examples/rwdsetexample.f90 b/fortran/examples/rwdsetexample.f90
index 085b4e8..0fa299a 100644
--- a/fortran/examples/rwdsetexample.f90
+++ b/fortran/examples/rwdsetexample.f90
@@ -33,9 +33,9 @@
end do
!
- ! Initialize FORTRAN predefined datatypes
+ ! Initialize FORTRAN interface.
!
- CALL h5init_types_f(error)
+ CALL h5init_fortran_f(error)
!
! Open an existing file.
@@ -68,9 +68,9 @@
CALL h5fclose_f(file_id, error)
!
- ! Close FORTRAN predefined datatypes.
+ ! Close FORTRAN interface.
!
- CALL h5close_types_f(error)
+ CALL h5close_fortran_f(error)
END PROGRAM RWDSETEXAMPLE