summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-09-24 20:00:54 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-09-24 20:00:54 (GMT)
commitf85aafd50d687efca00fb93a339341224a3cf06d (patch)
tree280d10b7af3ec9a37ed3cb11203eb1e1495748ef /fortran/test/fortranlib_test.f90
parent457514fab762b51f6935ec581f4786a96309be3c (diff)
downloadhdf5-f85aafd50d687efca00fb93a339341224a3cf06d.zip
hdf5-f85aafd50d687efca00fb93a339341224a3cf06d.tar.gz
hdf5-f85aafd50d687efca00fb93a339341224a3cf06d.tar.bz2
[svn-r15693] Description:
Added test for h5tget_native_type_f
Diffstat (limited to 'fortran/test/fortranlib_test.f90')
-rw-r--r--fortran/test/fortranlib_test.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90
index 1f22cd6..a96b269 100644
--- a/fortran/test/fortranlib_test.f90
+++ b/fortran/test/fortranlib_test.f90
@@ -132,11 +132,11 @@ PROGRAM fortranlibtest
CALL write_test_status(ret_total_error, ' Element selection functions test ', total_error)
ret_total_error = 0
- CALL test_select_combine(cleanup, total_error)
+ CALL test_select_combine(cleanup, ret_total_error)
CALL write_test_status(ret_total_error, ' Selection combinations test ', total_error)
ret_total_error = 0
- CALL test_select_bounds(cleanup, total_error)
+ CALL test_select_bounds(cleanup, ret_total_error)
CALL write_test_status(ret_total_error, ' Selection bounds test ', total_error)
! write(*,*)