aboutsummaryrefslogtreecommitdiff
path: root/test/test_rad.par
diff options
context:
space:
mode:
authortradke <tradke@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2002-05-06 09:27:03 +0000
committertradke <tradke@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2002-05-06 09:27:03 +0000
commit8429b6858ec024e273ec1962dc5a8dbe0cbc951d (patch)
tree7e5c4dcbc8d08f83e0beabc0ff0c4a3457fc5c06 /test/test_rad.par
parent58c34654c840198a04a95073e9535fd41dd99b39 (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/WaveToyC/trunk@71 90eea020-d82d-4da5-bf6e-4ee79ff7632f
Diffstat (limited to 'test/test_rad.par')
-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 f166f8d..4db19c0 100644
--- a/test/test_rad.par
+++ b/test/test_rad.par
@@ -40,5 +40,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"