aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2010-02-15 00:12:34 +0000
committerschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2010-02-15 00:12:34 +0000
commit0c69a6c5990d6033758cdad326bee95b4a4c3fee (patch)
tree6fd7366fc36c1c9d77e11f77cc54aea26d82327d
parent988f9ce1ac4fc24ad3680535a1327b551e39d724 (diff)
Change default poison value
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@50 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index bd7b45c..902df6f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -13,4 +13,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