summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/testpar/ptesthdf5_fortran.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/testpar/ptesthdf5_fortran.f90 b/fortran/testpar/ptesthdf5_fortran.f90
index 9c833ba..4a99e4c 100644
--- a/fortran/testpar/ptesthdf5_fortran.f90
+++ b/fortran/testpar/ptesthdf5_fortran.f90
@@ -35,7 +35,7 @@
!
! Initialize FORTRAN predefined datatypes
!
- CALL h5init_types_f(error)
+ CALL h5open_f(error)
if (mpi_rank .eq. 0) then
write(*,*) '==========================================='
write(*,*) ' Parallel Fortran Tests '
@@ -56,7 +56,7 @@
!
! Close FORTRAN predefined datatypes.
!
- CALL h5close_types_f(error)
+ CALL h5close_f(error)
1000 continue