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
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:17:58 +0100
commit4eb4813320f62b33cb13836024474788001a3c6c (patch)
tree813a2f6d12188a306cc00637b2d5f3ce10e4c0b6 /Carpet/Carpet/param.ccl
parent4e3b65463a16a0fc66724ab72c4dec9b3f31dbd4 (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"
{