From 957f9feb37e25a0bb7836c1e21f3689e59b5d83a Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 14 May 2001 19:23:58 +0000 Subject: 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 --- test/test_binary_1.par | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test_binary_1.par') 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" -- cgit v1.2.3