aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-06-02 09:23:05 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-06-02 09:23:05 -0700
commite408fcffacf758c29cc47a5f5a546a992a5ffb9f (patch)
treed8ac80907514786a10d1d1c9b88bdd904431d566
parentae5d7fae24333a2bfb3bb5acace65858e182e84b (diff)
CarpetEvolutionMask: make parameters steerable
-rw-r--r--Carpet/CarpetEvolutionMask/param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/CarpetEvolutionMask/param.ccl b/Carpet/CarpetEvolutionMask/param.ccl
index 39b850ce9..5f79f615a 100644
--- a/Carpet/CarpetEvolutionMask/param.ccl
+++ b/Carpet/CarpetEvolutionMask/param.ccl
@@ -2,21 +2,21 @@
-BOOLEAN verbose "Do verbose debugging output"
+BOOLEAN verbose "Do verbose debugging output" STEERABLE=always
{
} "no"
-BOOLEAN enforce_mask "Set RHS to zero where mask value is 0?"
+BOOLEAN enforce_mask "Set RHS to zero where mask value is 0?" STEERABLE=recover
{
} "no"
-BOOLEAN writeNaNs "Write NaNs into masked regions"
+BOOLEAN writeNaNs "Write NaNs into masked regions" STEERABLE=always
{
} "no"
-STRING enforce_vars "Enforce mask in MoL automatically on the following variables"
+STRING enforce_vars "Enforce mask in MoL automatically on the following variables" STEERABLE=always
{
"" :: "a list of variables or groups"
} ""