aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2010-02-15 00:12:14 +0000
committerschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2010-02-15 00:12:14 +0000
commitf254849fb519069c46c3fc11bc20f77fa6792349 (patch)
treeb80cf9daae0e895e048afe32f9c38acae71dcda2
parentec93cf628d1c0d132c6e46c43202f234acd0c067 (diff)
Change default poision value
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@49 20f44201-0f4f-0410-9130-e5fc2714a787
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 6ed9ec8..82c1e07 100644
--- a/param.ccl
+++ b/param.ccl
@@ -37,4 +37,4 @@ BOOLEAN poison_boundaries "Fill the symmetry boundary with a poison value before
CCTK_INT poison_value "Integer value (0..255) used to poison new timelevels (with memset)" STEERABLE=always
{
0:255 :: "Must fit into a byte. Use 0 for zero, 255 for nan, and e.g. 113 for a large value."
-} 255
+} 254