aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-01-31 18:28:06 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-01-31 18:28:06 +0000
commit143988920457f983a9b10698780a0b3a844db291 (patch)
tree0dd05828f3211386cca23e9d887886eb50df3e35
parentc6e780f9d5a77e7a6e92a3c998f9dcd67a3693df (diff)
Add thorn LocalInterp to the ActiveThorns list. Removed IOBasic and IOASCII
which aren't needed for the testsuites. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@326 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--test/test_AHF_1.par11
-rw-r--r--test/test_AHF_2.par13
2 files changed, 9 insertions, 15 deletions
diff --git a/test/test_AHF_1.par b/test/test_AHF_1.par
index 51cb0f0..3e22f00 100644
--- a/test/test_AHF_1.par
+++ b/test/test_AHF_1.par
@@ -2,7 +2,7 @@
# Active thorns.
-activethorns = "Time CartGrid3D ADMBase StaticConformal SpaceMask CoordGauge ADMMacros Boundary ADM IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHSlab PUGHreduce PUGHInterp AHFinder"
+ActiveThorns = "Time CartGrid3D ADMBase StaticConformal SpaceMask CoordGauge ADMMacros Boundary ADM IDAnalyticBH IOUtil PUGH PUGHSlab PUGHreduce LocalInterp PUGHInterp AHFinder"
# Grid.
@@ -54,11 +54,8 @@ ahfinder::interpolation_order = 1
# Output.
-IO::out_dir = "test_AHF_1"
-
-IO::out_every = 1
-IOASCII::out1D_vars = ""
-
+IO::out_dir = "test_AHF_1"
+IO::out_every = 1
# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no" \ No newline at end of file
+IO::new_filename_scheme = "no"
diff --git a/test/test_AHF_2.par b/test/test_AHF_2.par
index 162925a..7a7de29 100644
--- a/test/test_AHF_2.par
+++ b/test/test_AHF_2.par
@@ -2,7 +2,7 @@
# Active thorns.
-activethorns = "Time CartGrid3D AdmBase StaticConformal SpaceMask CoordGauge ADMMacros Boundary ADM IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHSlab PUGHReduce PUGHInterp AHFinder"
+ActiveThorns = "Time CartGrid3D AdmBase StaticConformal SpaceMask CoordGauge ADMMacros Boundary ADM IDAnalyticBH IOUtil PUGH PUGHSlab PUGHReduce LocalInterp PUGHInterp AHFinder"
# Grid.
@@ -48,18 +48,15 @@ ahfinder::ahf_phi = "no"
ahfinder::ahf_octant = "high"
ahfinder::ahf_lmax = 0
-
+
# Interpolation.
ahfinder::interpolation_order = 1
# Output.
-IO::out_dir = "test_AHF_2"
-
-IO::out_every = 1
-IOASCII::out1D_vars = ""
-
+IO::out_dir = "test_AHF_2"
+IO::out_every = 1
# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no" \ No newline at end of file
+IO::new_filename_scheme = "no"