aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-05-14 19:23:58 +0000
committertradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-05-14 19:23:58 +0000
commit957f9feb37e25a0bb7836c1e21f3689e59b5d83a (patch)
treed215960436c1d3d651ce54c7091619971a06c187
parent318b21cfbc1afd5194aff9f6755dc66f6882d227 (diff)
Temporarily initialize all allocated memory to zero
until the boundary conditions are fixed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@20 b9286e40-80fe-41ab-903a-d6b447012e1e
-rw-r--r--test/test_binary_1.par4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_binary_1.par b/test/test_binary_1.par
index 570623c..6bdee9b 100644
--- a/test/test_binary_1.par
+++ b/test/test_binary_1.par
@@ -30,3 +30,7 @@ IOBasic::outInfo_vars = "wavetoy::phi"
IO::outdir = "test_binary_1"
IO::out_fileinfo = "none"
+
+# temporarily initialize all allocated memory to zero
+# until the boundary conditions are fixed
+PUGH::initialize_memory = "zero"