aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-05-06 11:51:53 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-05-06 11:51:53 +0000
commit3a96118fe4662febfca7a3dcf6d1336a0f2dd237 (patch)
treeee7cc37b321f86f2c72a1fcd4c88690aad0b8b19
parenteb36a9022b7aa5aa0bd688a4a4bf30f8bdb13f19 (diff)
Fixed I/O parameter names and added 'IO::new_filename_scheme = "no" to make
the testsuites pass again. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@299 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--par/test_AHF_1.par2
-rw-r--r--test/test_AHF_1.par5
-rw-r--r--test/test_AHF_2.par5
3 files changed, 9 insertions, 3 deletions
diff --git a/par/test_AHF_1.par b/par/test_AHF_1.par
index 5c9a306..9405b6f 100644
--- a/par/test_AHF_1.par
+++ b/par/test_AHF_1.par
@@ -42,7 +42,7 @@ ahfinder::ahf_gaussout = "yes"
# Output.
-IO::outdir = "test_AHF_1"
+IO::out_dir = "test_AHF_1"
IO::out_every = 1
IOASCII::out1D_vars = ""
diff --git a/test/test_AHF_1.par b/test/test_AHF_1.par
index 6bab2d5..51cb0f0 100644
--- a/test/test_AHF_1.par
+++ b/test/test_AHF_1.par
@@ -54,8 +54,11 @@ ahfinder::interpolation_order = 1
# Output.
-IO::outdir = "test_AHF_1"
+IO::out_dir = "test_AHF_1"
IO::out_every = 1
IOASCII::out1D_vars = ""
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file
diff --git a/test/test_AHF_2.par b/test/test_AHF_2.par
index 8f488fb..162925a 100644
--- a/test/test_AHF_2.par
+++ b/test/test_AHF_2.par
@@ -55,8 +55,11 @@ ahfinder::interpolation_order = 1
# Output.
-IO::outdir = "test_AHF_2"
+IO::out_dir = "test_AHF_2"
IO::out_every = 1
IOASCII::out1D_vars = ""
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file