From 7406e6ac1cc5bb679969ecfc6ee8cfb4a1275e72 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 14 May 2001 19:24:48 +0000 Subject: Temporarily initialize all allocated memory to zero until the boundary conditions are fixed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@74 4451c3c6-1034-4891-99ea-21147727ccdf --- test/test_rob.par | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/test_rob.par b/test/test_rob.par index 96e5340..6547ef1 100644 --- a/test/test_rob.par +++ b/test/test_rob.par @@ -41,3 +41,7 @@ IOASCII::out1D_vars = "wavetoy::phi " IO::outdir = "test_rob" 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