diff options
Diffstat (limited to 'fortran/examples/grpsexample.f90')
-rw-r--r-- | fortran/examples/grpsexample.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/grpsexample.f90 b/fortran/examples/grpsexample.f90 index 2761732..4b53bf0 100644 --- a/fortran/examples/grpsexample.f90 +++ b/fortran/examples/grpsexample.f90 @@ -26,7 +26,7 @@ ! ! Initialize FORTRAN interface. ! - CALL h5init_fortran_f(error) + CALL h5open_f(error) ! ! Create a new file using default properties. @@ -63,6 +63,6 @@ ! ! Close FORTRAN interface. ! - CALL h5close_fortran_f(error) + CALL h5close_f(error) END PROGRAM GRPSEXAMPLE |