[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.
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
PROGRAM fortranlibtest
|
||||
|
||||
USE HDF5
|
||||
USE H5FORT_TESTS ! This module contains all test routines
|
||||
|
||||
IMPLICIT NONE
|
||||
INTEGER :: total_error = 0
|
||||
@@ -117,7 +116,6 @@ END PROGRAM fortranlibtest
|
||||
|
||||
SUBROUTINE dtransform(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
|
||||
@@ -182,7 +180,6 @@ END SUBROUTINE dtransform
|
||||
SUBROUTINE test_genprop_basic_class(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
|
||||
@@ -278,7 +275,6 @@ SUBROUTINE test_h5s_encode(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
|
||||
@@ -428,7 +424,6 @@ END SUBROUTINE test_h5s_encode
|
||||
SUBROUTINE test_scaleoffset(cleanup, total_error )
|
||||
|
||||
USE HDF5
|
||||
USE H5FORT_TESTS ! This module contains all test routines
|
||||
|
||||
IMPLICIT NONE
|
||||
LOGICAL, INTENT(IN) :: cleanup
|
||||
|
||||
Reference in New Issue
Block a user