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.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/grpdsetexample.f90 b/fortran/examples/grpdsetexample.f90
index cbff722..1c2fe65 100644
--- a/fortran/examples/grpdsetexample.f90
+++ b/fortran/examples/grpdsetexample.f90
@@ -54,7 +54,7 @@
!
! Initialize FORTRAN interface.
!
- CALL h5init_fortran_f(error)
+ CALL h5open_f(error)
!
! Open an existing file.
@@ -131,6 +131,6 @@
!
! Close FORTRAN interface.
!
- CALL h5close_fortran_f(error)
+ CALL h5close_f(error)
END PROGRAM GRPDSETEXAMPLE