diff options
Diffstat (limited to 'fortran/examples/compound.f90')
-rw-r--r-- | fortran/examples/compound.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/compound.f90 b/fortran/examples/compound.f90 index d7a9ac6..a2bd6b0 100644 --- a/fortran/examples/compound.f90 +++ b/fortran/examples/compound.f90 @@ -64,7 +64,7 @@ ! ! Initialize FORTRAN interface. ! - CALL h5init_fortran_f(error) + CALL h5open_f(error) ! ! Set dataset transfer property to preserve partially initialized fields ! during write/read to/from dataset with compound datatype. @@ -208,7 +208,7 @@ ! ! Close FORTRAN interface. ! - CALL h5close_fortran_f(error) + CALL h5close_f(error) END PROGRAM COMPOUNDEXAMPLE |