aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-06 11:52:05 +0000
committertradke <tradke@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-06 11:52:05 +0000
commit9d97c82c801d67e81ba4956b0b20887d30866931 (patch)
tree68bd7eeba3c2c614e56a5063333b0e0e5e69d4b2 /test
parent302ba3da79031ba347157c4c28ca82a9cf3ed4e6 (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/EinsteinInitialData/IDLinearWaves/trunk@69 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
Diffstat (limited to 'test')
-rw-r--r--test/test_pw_ADM_leap.par5
-rw-r--r--test/test_pw_ADM_sl.par5
2 files changed, 8 insertions, 2 deletions
diff --git a/test/test_pw_ADM_leap.par b/test/test_pw_ADM_leap.par
index 7a5db46..226b642 100644
--- a/test/test_pw_ADM_leap.par
+++ b/test/test_pw_ADM_leap.par
@@ -43,7 +43,7 @@ idlinearwaves::wavesgoing = "both"
# Output
-IO::outdir = "test_pw_ADM_leap"
+IO::out_dir = "test_pw_ADM_leap"
IO::out_fileinfo = "none"
IO::parfile_write = "no"
@@ -60,3 +60,6 @@ IOBasic::outInfo_every = 5
IOBasic::outInfo_vars = "admbase::gzz"
##################################################################
+
+# 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_pw_ADM_sl.par b/test/test_pw_ADM_sl.par
index 394787f..cc37fcc 100644
--- a/test/test_pw_ADM_sl.par
+++ b/test/test_pw_ADM_sl.par
@@ -43,7 +43,7 @@ idlinearwaves::wavesgoing = "both"
# Output
-IO::outdir = "test_pw_ADM_sl"
+IO::out_dir = "test_pw_ADM_sl"
IO::out_fileinfo = "none"
IO::parfile_write = "no"
@@ -60,3 +60,6 @@ IOBasic::outInfo_every = 5
IOBasic::outInfo_vars = "admbase::gxx"
##################################################################
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file