aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-02-16 14:20:47 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-02-16 14:20:47 +0000
commit202c91c91037dbf6437931439c92cf2a00df2d43 (patch)
treec980da47cf604f01b3e5747e05250b5e41453308 /test
parent3dc0c496c876e7fa11ed94a5d5dd348219350c4d (diff)
Replaced thorn Interp by thorn PUGHInterp in the ActiveThorns list.
Also set the AHFinder::interpolation_order parameter in the parfile. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@183 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'test')
-rw-r--r--test/test_AHF_1.par6
-rw-r--r--test/test_AHF_2.par6
2 files changed, 6 insertions, 6 deletions
diff --git a/test/test_AHF_1.par b/test/test_AHF_1.par
index 21ccc8c..9d84c3f 100644
--- a/test/test_AHF_1.par
+++ b/test/test_AHF_1.par
@@ -2,7 +2,7 @@
# Active thorns.
-activethorns = "Time CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHreduce ahfinder interp"
+activethorns = "Time CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHreduce PUGHInterp AHFinder"
# Grid.
@@ -43,10 +43,10 @@ ahfinder::ahf_phi = "no"
ahfinder::ahf_octant = "high"
ahfinder::ahf_lmax = 0
-
+
# Interpolation.
-interp::order = 1
+ahfinder::interpolation_order = 1
# Output.
diff --git a/test/test_AHF_2.par b/test/test_AHF_2.par
index 8accdc3..2b65d4e 100644
--- a/test/test_AHF_2.par
+++ b/test/test_AHF_2.par
@@ -2,7 +2,7 @@
# Active thorns.
-activethorns = "Time CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHReduce ahfinder interp"
+activethorns = "Time CartGrid3D Einstein boundary adm IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHReduce PUGHInterp AHFinder"
# Grid.
@@ -44,10 +44,10 @@ ahfinder::ahf_phi = "no"
ahfinder::ahf_octant = "high"
ahfinder::ahf_lmax = 0
-
+
# Interpolation.
-interp::order = 1
+ahfinder::interpolation_order = 1
# Output.