aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-05-06 11:51:49 +0000
committertradke <tradke@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-05-06 11:51:49 +0000
commit02a5e068f929eb337e1422743a574a7aa295dc68 (patch)
tree4d45e4a11403077fa549fc3242143ee1f8b6d4f1 /test
parentfb2626454aed37311204e7fd5661a05b89567c34 (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/ADMConstraints/trunk@66 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'test')
-rw-r--r--test/test_ADM.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_ADM.par b/test/test_ADM.par
index 1e7f1ab..c3cfb69 100644
--- a/test/test_ADM.par
+++ b/test/test_ADM.par
@@ -42,7 +42,7 @@ ADMBase::lapse_evolution_method = "1+log"
# Output
-IO::outdir = "test_ADM"
+IO::out_dir = "test_ADM"
IO::out_fileinfo = "none"
IOBasic::outScalar_every = 2
@@ -50,3 +50,6 @@ IOBasic::outScalar_vars = "admconstraints::hamiltonian admconstraints::momentum
IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "admconstraints::ham admbase::gxx"
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file