aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2001-03-26 21:01:05 +0000
committertradke <tradke@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2001-03-26 21:01:05 +0000
commitaec2ada2d8b93752d2266cc1b5e370702c2e22c2 (patch)
tree868126a1a774d6fcb9b9128cd49eae42124c6247
parent367e75f82d96f5b4f21142bee40e6aa80c0d8c18 (diff)
Set the IO::out_fileinfo parameter to "none" to omit file info output
to testsuite output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@29 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
-rw-r--r--test/test_rad.par3
-rw-r--r--test/test_wavetoyfreef90.par3
2 files changed, 4 insertions, 2 deletions
diff --git a/test/test_rad.par b/test/test_rad.par
index bfc0c67..91a2444 100644
--- a/test/test_rad.par
+++ b/test/test_rad.par
@@ -39,4 +39,5 @@ IOASCII::out1D_y = "no"
IOASCII::out1D_d = "no"
IOASCII::out1D_vars = "wavetoy::phi "
-IO::outdir = "test_rad"
+IO::outdir = "test_rad"
+IO::out_fileinfo = "none"
diff --git a/test/test_wavetoyfreef90.par b/test/test_wavetoyfreef90.par
index e3e473d..4c37318 100644
--- a/test/test_wavetoyfreef90.par
+++ b/test/test_wavetoyfreef90.par
@@ -26,4 +26,5 @@ IOBasic::outScalar_vars = "wavetoy::phi "
IOBasic::outInfo_every = 2
IOBasic::outInfo_vars = "wavetoy::phi "
-IO::outdir = "test_wavetoyfreef90"
+IO::outdir = "test_wavetoyfreef90"
+IO::out_fileinfo = "none"