aboutsummaryrefslogtreecommitdiff
path: root/test
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
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')
-rw-r--r--test/test_rad.par5
-rw-r--r--test/wave_output.par5
2 files changed, 8 insertions, 2 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"
diff --git a/test/wave_output.par b/test/wave_output.par
index d249d90..be74606 100644
--- a/test/wave_output.par
+++ b/test/wave_output.par
@@ -29,7 +29,7 @@ driver::global_nsize = 20
cactus::cctk_itlast = 2
-IO::outdir = "wave_output"
+IO::out_dir = "wave_output"
IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "wavetoy::phi"
@@ -46,3 +46,6 @@ IOASCII::out2D_every = 2
IOASCII::out3D_vars = "wavetoy::phi"
IOASCII::out3D_every = 2
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no"