From f5c6136b6cb37a823c42e6e9454083b67f0ab636 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 6 May 2002 09:27:01 +0000 Subject: 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 --- test/test_binary_1.par | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3