summaryrefslogtreecommitdiffstats
path: root/fortran/test/fflush2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/test/fflush2.f90')
-rw-r--r--fortran/test/fflush2.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/fflush2.f90 b/fortran/test/fflush2.f90
index 63f83a8..a494d63 100644
--- a/fortran/test/fflush2.f90
+++ b/fortran/test/fflush2.f90
@@ -71,7 +71,7 @@
!
!Initialize FORTRAN predifined datatypes
!
- CALL h5init_fortran_f(error)
+ CALL h5open_f(error)
CALL check("h5init_types_f",error,total_error)
!
@@ -152,7 +152,7 @@
!
!Close FORTRAN predifined datatypes
!
- CALL h5close_fortran_f(error)
+ CALL h5close_f(error)
CALL check("h5close_types_f",error,total_error)
END PROGRAM FFLUSH2EXAMPLE