aboutsummaryrefslogtreecommitdiff
path: root/test/test_rob.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_rob.par')
-rw-r--r--test/test_rob.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_rob.par b/test/test_rob.par
index 5e2d4f3..c635fdb 100644
--- a/test/test_rob.par
+++ b/test/test_rob.par
@@ -39,9 +39,12 @@ IOASCII::out1D_y = "no"
IOASCII::out1D_d = "no"
IOASCII::out1D_vars = "wavetoy::phi "
-IO::outdir = "test_rob"
+IO::out_dir = "test_rob"
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"