diff options
Diffstat (limited to 'fortran/examples/rwdsetexample.f90')
-rw-r--r-- | fortran/examples/rwdsetexample.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/rwdsetexample.f90 b/fortran/examples/rwdsetexample.f90 index 0fa299a..3bc0ecb 100644 --- a/fortran/examples/rwdsetexample.f90 +++ b/fortran/examples/rwdsetexample.f90 @@ -35,7 +35,7 @@ ! ! Initialize FORTRAN interface. ! - CALL h5init_fortran_f(error) + CALL h5open_f(error) ! ! Open an existing file. @@ -70,7 +70,7 @@ ! ! Close FORTRAN interface. ! - CALL h5close_fortran_f(error) + CALL h5close_f(error) END PROGRAM RWDSETEXAMPLE |