aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-06 11:52:02 +0000
committertradke <tradke@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-06 11:52:02 +0000
commitf932a89c671b64da57e794089c131e67d6ea2783 (patch)
tree6fae64703ed4206f7b1ad905730df1a65c0407d8 /test
parentfb7bb9d63c4af31f9f473132525de8bf10eec286 (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/IDBrillData/trunk@68 a678b1cf-93e1-4b43-a69d-d43939e66649
Diffstat (limited to 'test')
-rw-r--r--test/test_brilldata_1.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_brilldata_1.par b/test/test_brilldata_1.par
index 043a2d0..553527d 100644
--- a/test/test_brilldata_1.par
+++ b/test/test_brilldata_1.par
@@ -33,7 +33,7 @@ bam_elliptic::bam_bound = "bamrobin"
# Output.
-IO::outdir = "test_brilldata_1"
+IO::out_dir = "test_brilldata_1"
IO::out_fileinfo = "none"
IOBasic::outInfo_every = 1
@@ -44,3 +44,6 @@ IOBasic::outScalar_vars = "admbase::gxx admbase::gyy admbase::gzz admbase::gxy i
IOASCII::out1D_every = 1
IOASCII::out1D_vars = "admbase::gxx admbase::gyy admbase::gzz admbase::gxy idbrilldata::brillpsi"
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file