aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-06 11:56:26 +0000
committertradke <tradke@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-06 11:56:26 +0000
commit9b1aba14ab3fcb15e1900f6208b2805a9adc4a2d (patch)
tree7e5ac67bc6cf2bb567c8866a26d4bfd2ca1f3db8 /test
parenteb025c630243647afb9b6b0675cbab4d5d4f2692 (diff)
Fixed I/O parameter names and added 'IO::new_filename_scheme = "no" to make
the testsuites pass again. CVS ---------------------------------------------------------------------- git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@56 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'test')
-rw-r--r--test/test_Exact_1.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_Exact_1.par b/test/test_Exact_1.par
index e1c3915..d38d9d7 100644
--- a/test/test_Exact_1.par
+++ b/test/test_Exact_1.par
@@ -28,7 +28,7 @@ exact::exactmodel = "bowl"
# Output
-IO::outdir = "test_Exact_1"
+IO::out_dir = "test_Exact_1"
IO::out_fileinfo = "none"
IOBasic::outInfo_every = 1
@@ -39,3 +39,6 @@ IOBasic::outScalar_vars = "admbase::gxx admbase::gyy admbase::gzz"
IOASCII::out1D_every = 1
IOASCII::out1D_vars = "admbase::gxx admbase::gyy admbase::gzz"
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file