aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2001-03-26 21:02:13 +0000
committertradke <tradke@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2001-03-26 21:02:13 +0000
commit33961f7e10df85379bced68235021e2efb8a0021 (patch)
tree618a7cd712f23636bcd2865dc8cd1ed22c6fb9a7
parentc5aeac694285bd05144c23853ec775e1167a7931 (diff)
Set the IO::out_fileinfo parameter to "none" to omit file info output
to testsuite output files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@58 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
-rw-r--r--test/test_pw_ADM_leap.par3
-rw-r--r--test/test_pw_ADM_sl.par3
2 files changed, 4 insertions, 2 deletions
diff --git a/test/test_pw_ADM_leap.par b/test/test_pw_ADM_leap.par
index 63ad7d0..8f4ba81 100644
--- a/test/test_pw_ADM_leap.par
+++ b/test/test_pw_ADM_leap.par
@@ -40,7 +40,8 @@ idlinearwaves::wavesgoing = "both"
# Output
-IO::outdir = "test_pw_ADM_leap"
+IO::outdir = "test_pw_ADM_leap"
+IO::out_fileinfo = "none"
IOBasic::outScalar_every = 10
IOBasic::outScalar_vars = "einstein::gzz einstein::kzz einstein::alp"
IOASCII::out1D_every = 10
diff --git a/test/test_pw_ADM_sl.par b/test/test_pw_ADM_sl.par
index 4f43d9f..320363a 100644
--- a/test/test_pw_ADM_sl.par
+++ b/test/test_pw_ADM_sl.par
@@ -40,7 +40,8 @@ idlinearwaves::wavesgoing = "both"
# Output
-IO::outdir = "test_pw_ADM_sl"
+IO::outdir = "test_pw_ADM_sl"
+IO::out_fileinfo = "none"
IOBasic::outScalar_every = 10
IOBasic::outScalar_vars = "einstein::gxx einstein::kxx
einstein::grr einstein::alp"