diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2013-09-06 22:42:10 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2013-09-06 22:42:10 (GMT) |
commit | 2c6fc585fd0301a89dd06ad5abc4e97251a7d610 (patch) | |
tree | 729ee4eda8d45ce2df3021fc4dbd057feddbf3f5 /fortran/test/tH5R.f90 | |
parent | f825256c876fdd8e2f92002f71ef96e43a24b2a1 (diff) | |
download | hdf5-2c6fc585fd0301a89dd06ad5abc4e97251a7d610.zip hdf5-2c6fc585fd0301a89dd06ad5abc4e97251a7d610.tar.gz hdf5-2c6fc585fd0301a89dd06ad5abc4e97251a7d610.tar.bz2 |
[svn-r24114] Reverting the changes in r24113 for now because they break parallel make fortran. The changes aren't incorrect, but more work in needed on dependencies and also for enable-parallel.
Reverted to r24112.
Diffstat (limited to 'fortran/test/tH5R.f90')
-rw-r--r-- | fortran/test/tH5R.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/test/tH5R.f90 b/fortran/test/tH5R.f90 index 2b19d1b..ac105fc 100644 --- a/fortran/test/tH5R.f90 +++ b/fortran/test/tH5R.f90 @@ -33,7 +33,6 @@ ! SUBROUTINE refobjtest(cleanup, total_error) USE HDF5 ! This module contains all necessary modules - USE H5FORT_TESTS ! This module contains all test routines IMPLICIT NONE LOGICAL, INTENT(IN) :: cleanup INTEGER, INTENT(OUT) :: total_error @@ -242,7 +241,6 @@ END SUBROUTINE refobjtest ! SUBROUTINE refregtest(cleanup, total_error) USE HDF5 ! This module contains all necessary modules - USE H5FORT_TESTS ! This module contains all test routines ! use iso_c_binding ! NOTE: if this is uncommented, then need to move subroutine into another file. IMPLICIT NONE |