aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-02-02 14:04:40 -0600
committerIan Hinder <ian.hinder@aei.mpg.de>2012-02-02 14:04:40 -0600
commit96c66601a4a380d44bbe24e1fe9e9f6bf102239c (patch)
tree6a3499e87c2e17c4f3bb9807e2a0b84d67371fab /Carpet/Carpet/param.ccl
parent9d96ec2e2fd0b9e96108969fd5027bb68b6a4f35 (diff)
Remove parameter range for boolean parameter
use_unusedpoints_mask According to the Cactus documentation, boolean parameters do not have ranges --- Carpet/Carpet/param.ccl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 68faa78ad..450ac0949 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -540,8 +540,7 @@ BOOLEAN adaptive_stepsize "Allow adaptive timestep sizes"
BOOLEAN use_unusedpoints_mask "Turn on of off (default) storage and usage of 'unusedpoints_mask'"
{
- 0:* :: "Anything else than 0 turns unusedpoints_mask on"
-} 0
+} "no"
STRING timer_xml_clock "Which clock to use in the XML timer output file"
{