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/tf.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/tf.f90')
-rw-r--r-- | fortran/test/tf.f90 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fortran/test/tf.f90 b/fortran/test/tf.f90 index 6303374..4f73fda 100644 --- a/fortran/test/tf.f90 +++ b/fortran/test/tf.f90 @@ -28,10 +28,6 @@ ! !***** -MODULE H5FORT_TESTS - -CONTAINS - !This definition is needed for Windows DLLs !DEC$if defined(BUILD_HDF5_DLL) !DEC$attributes dllexport :: verify_real_kind_7 @@ -361,5 +357,3 @@ SUBROUTINE h5_env_nocleanup_f(HDF5_NOCLEANUP) END SUBROUTINE h5_env_nocleanup_f -END MODULE H5FORT_TESTS - |