summaryrefslogtreecommitdiffstats
path: root/fortran/examples/fileexample.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/fileexample.f90')
-rw-r--r--fortran/examples/fileexample.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/fileexample.f90 b/fortran/examples/fileexample.f90
index 23ba664..e11dcaa 100644
--- a/fortran/examples/fileexample.f90
+++ b/fortran/examples/fileexample.f90
@@ -17,7 +17,7 @@
!
! Initialize FORTRAN interface.
!
- CALL h5init_fortran_f (error)
+ CALL h5open_f (error)
!
! Create a new file using default properties.
!
@@ -30,5 +30,5 @@
!
! Close FORTRAN interface.
!
- CALL h5close_fortran_f(error)
+ CALL h5close_f(error)
END PROGRAM FILEEXAMPLE