aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2002-05-06 09:27:11 +0000
committertradke <tradke@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2002-05-06 09:27:11 +0000
commite0dd72623fb65ae1e5c4cdb305cd61593fbd8518 (patch)
treeb845c5c86243e1f9b34a7ab1c2367ce4ae22552e /test
parent6bf8956619e798710f81f8cf9b7d0f2fe90a9b42 (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/WaveToyFreeF90/trunk@42 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
Diffstat (limited to 'test')
-rw-r--r--test/test_rad.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_rad.par b/test/test_rad.par
index 0b548eb..deedfb3 100644
--- a/test/test_rad.par
+++ b/test/test_rad.par
@@ -39,5 +39,8 @@ IOASCII::out1D_y = "no"
IOASCII::out1D_d = "no"
IOASCII::out1D_vars = "wavetoy::phi "
-IO::outdir = "test_rad"
+IO::out_dir = "test_rad"
IO::out_fileinfo = "none"
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no"