aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-02-27 15:48:59 +0000
committerrideout <rideout@4451c3c6-1034-4891-99ea-21147727ccdf>2003-02-27 15:48:59 +0000
commitf6bb62fc2238c7fb429bc12c94800aaa51d79c0b (patch)
tree9b27650f4b4c845d60fb87782d6f61714996be25
parent910bcfe9315eb3d307f2e50afe31496366faa962 (diff)
No longer need to initialize memory to zero with PUGH.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@94 4451c3c6-1034-4891-99ea-21147727ccdf
-rw-r--r--test/test_rob.par4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_rob.par b/test/test_rob.par
index c635fdb..f9a646d 100644
--- a/test/test_rob.par
+++ b/test/test_rob.par
@@ -42,9 +42,5 @@ IOASCII::out1D_vars = "wavetoy::phi "
IO::out_dir = "test_rob"
IO::out_fileinfo = "none"
-# temporarily initialize all allocated memory to zero
-# until the boundary conditions are fixed
-PUGH::initialize_memory = "zero"
-
# do not use the new scheme for names of output files
IO::new_filename_scheme = "no"