aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorschnetter <>2004-03-23 10:56:00 +0000
committerschnetter <>2004-03-23 10:56:00 +0000
commitaa6c10aee33b983e62ee09641b19eb753a73b47b (patch)
tree831aa8205c8ae61aa8e296abb4c46a3f8be1cbd1 /Carpet/CarpetLib/param.ccl
parentdb40145a7fff51c99df4dc38d5aa74eaf9dc4b08 (diff)
Make many parameters steerable
darcs-hash:20040323105617-07bb3-989cb5fce803f3d82c953d3403a4fa55143a3f0f.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 7731ef890..0987b574d 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -1,20 +1,20 @@
# Parameter definitions for thorn CarpetLib
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.6 2003/11/05 16:18:38 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.7 2004/03/23 11:56:17 schnetter Exp $
private:
-BOOLEAN verbose "Print info to the screen"
+BOOLEAN verbose "Print info to the screen" STEERABLE=always
{
} "no"
-BOOLEAN check_array_accesses "Check all array accesses in Fortran"
+BOOLEAN check_array_accesses "Check all array accesses in Fortran" STEERABLE=always
{
} "no"
-BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)"
+BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)" STEERABLE=always
{
} "no"
-BOOLEAN output_bboxes "Output bounding box information to the screen"
+BOOLEAN output_bboxes "Output bounding box information to the screen" STEERABLE=always
{
} "no"