summaryrefslogtreecommitdiffstats
path: root/fortran/test/fflush2.f90
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2000-11-03 19:48:15 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2000-11-03 19:48:15 (GMT)
commit39e47fe74d4991ea478ab579387c1860c4f503f1 (patch)
tree3f8fe2463ee6dbdfc984f89ed5ff28a896e4d80a /fortran/test/fflush2.f90
parent46f49b84cf37d98fc68d582c857f98345f2e5835 (diff)
downloadhdf5-39e47fe74d4991ea478ab579387c1860c4f503f1.zip
hdf5-39e47fe74d4991ea478ab579387c1860c4f503f1.tar.gz
hdf5-39e47fe74d4991ea478ab579387c1860c4f503f1.tar.bz2
[svn-r2796]
Purpose: Maintenance Description: Updated tests to use new F90 programming model. Platforms tested: O2K and Solaris2.7
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 a0a076f..63f83a8 100644
--- a/fortran/test/fflush2.f90
+++ b/fortran/test/fflush2.f90
@@ -71,7 +71,7 @@
!
!Initialize FORTRAN predifined datatypes
!
- CALL h5init_types_f(error)
+ CALL h5init_fortran_f(error)
CALL check("h5init_types_f",error,total_error)
!
@@ -152,7 +152,7 @@
!
!Close FORTRAN predifined datatypes
!
- CALL h5close_types_f(error)
+ CALL h5close_fortran_f(error)
CALL check("h5close_types_f",error,total_error)
END PROGRAM FFLUSH2EXAMPLE