aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorschnetter <>2002-10-24 09:36:00 +0000
committerschnetter <>2002-10-24 09:36:00 +0000
commitfd6dc35c48f933baad4311046752ee5b16c608ad (patch)
tree07abf84b14cd54ff4dea1e1bfa0fea3868d2c770 /Carpet/CarpetLib/param.ccl
parentcec72d27734081698bf0b9e77c0c05a5636fa8b9 (diff)
Changed preprocessor debug flag into Cactus parameter.
darcs-hash:20021024093634-07bb3-6dc62f813ca204111874c1913d45965eaa6371ba.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index d89b15413..bba42acd0 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn CarpetLib
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.2 2001/03/07 13:00:05 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.3 2002/10/24 11:36:34 schnetter Exp $
private:
@@ -10,3 +10,7 @@ BOOLEAN verbose "Print info to the screen"
BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)"
{
} "no"
+
+BOOLEAN output_bboxes "Output bounding box information to the screen"
+{
+} "no"