summaryrefslogtreecommitdiffstats
path: root/fortran/examples/grpdsetexample.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/grpdsetexample.f90')
-rw-r--r--fortran/examples/grpdsetexample.f908
1 files changed, 4 insertions, 4 deletions
diff --git a/fortran/examples/grpdsetexample.f90 b/fortran/examples/grpdsetexample.f90
index 75bc335..cbff722 100644
--- a/fortran/examples/grpdsetexample.f90
+++ b/fortran/examples/grpdsetexample.f90
@@ -52,9 +52,9 @@
end do
!
- ! Initialize FORTRAN predefined datatypes.
+ ! Initialize FORTRAN interface.
!
- CALL h5init_types_f(error)
+ CALL h5init_fortran_f(error)
!
! Open an existing file.
@@ -129,8 +129,8 @@
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 GRPDSETEXAMPLE