aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-02-04 19:15:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-02-04 19:15:00 +0000
commit3d0deeee2ace7979f9767e8a55d58380cf78a841 (patch)
treedff3b4722329deb74cc63c26586c9fdc735545a6
parent0612111b9bd10c50fa30d3bd2c9f4d26015fa29e (diff)
Carpet: Change default deadbeef value to 666
A deadbeef value to 7353315 leads to integer overflows. Change the default to 666 instead. darcs-hash:20070204191528-dae7b-9feadfbf25a8f82afa367cbc1085fcb82348ded3.gz
-rw-r--r--Carpet/Carpet/param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index fc292ce48..05bbd3af3 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -301,7 +301,7 @@ CCTK_INT max_poison_locations "Maximum number of poison locations that are print
CCTK_INT deadbeef "A strange integer value that indicates that something has gone wrong; the integer equivalent of a nan"
{
*:* :: "should be large and positive"
-} 7353315
+} 666 # 7353315