summaryrefslogtreecommitdiffstats
path: root/fortran/examples/selectele.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/selectele.f90')
-rw-r--r--fortran/examples/selectele.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/selectele.f90 b/fortran/examples/selectele.f90
index 6e99d1f..e0f25c8 100644
--- a/fortran/examples/selectele.f90
+++ b/fortran/examples/selectele.f90
@@ -75,7 +75,7 @@
!
! Initialize FORTRAN interface.
!
- CALL h5init_fortran_f(error)
+ CALL h5open_f(error)
!
! Create file1, file2 using default properties.
@@ -277,6 +277,6 @@
!
! Close FORTRAN interface.
!
- CALL h5close_fortran_f(error)
+ CALL h5close_f(error)
END PROGRAM SELECTEXAMPLE