aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-08-28 13:13:56 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-08-28 13:13:56 +0000
commit98082be48189f035976f7fbfd8078e4232ebee85 (patch)
tree8a69925124390d2ac224bd24b301cab51b2ff637 /src/make.code.defn
parenta6a149e128bd444cbe2f23cd12bbc26582e69ea5 (diff)
Moved the subroutine EHFinder_ReParametrize_Check to a separate file
(EHFinder_Check.F90) and added a compile directive to not optimize it, to avoid a hitachi compiler optimization bug/feature. Hopefully no other compilers will react to this directive. This only works if the Cactus fortran preprocessor is updated to the latest version that leaves this kind of directives in the preprocessed code. Changed the step size in the Euler re-parametrizion pde-scheme, to allow faster re-parametrization while still being stable. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@41 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 4c8500d..dcdf808 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -8,6 +8,7 @@ SRCS = EHFinder_mod.F90 \
MoL_Init.F90 \
EHFinder_Sources.F90 \
EHFinder_ReParametrize.F90 \
+ EHFinder_Check.F90 \
EHFinder_Sources2.F90 \
EHFinder_Sources3.F90 \
EHFinder_SetMask.F90 \