aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2002-05-06 09:27:01 +0000
committertradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2002-05-06 09:27:01 +0000
commitf5c6136b6cb37a823c42e6e9454083b67f0ab636 (patch)
tree666162933dbafd7ef9d8c64fbecfce06ce9efc62
parent48e76a1f76037547dcc809cdfac943decd1e19a1 (diff)
Fixed I/O parameter names and set 'IO::new_filename_scheme = "no"'
to make the testsuites pass again. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@33 b9286e40-80fe-41ab-903a-d6b447012e1e
-rw-r--r--test/test_binary_1.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_binary_1.par b/test/test_binary_1.par
index 827db38..b2e7067 100644
--- a/test/test_binary_1.par
+++ b/test/test_binary_1.par
@@ -26,9 +26,12 @@ IOBasic::outScalar_vars = "wavetoy::phi"
IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "wavetoy::phi"
-IO::outdir = "test_binary_1"
+IO::out_dir = "test_binary_1"
IO::out_fileinfo = "none"
# temporarily initialize all allocated memory to zero
# until the boundary conditions are fixed
PUGH::initialize_memory = "zero"
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no"