aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 7 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index a494f7c..2b6d175 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,16 +11,19 @@ BOOLEAN constraint_communication "If yes sychronise the constraints"
{
} "no"
-BOOLEAN cartoon "Cartoon BC"
-{
-} "no"
-
KEYWORD bound "Which boundary condition to apply"
{
"flat" :: "Flat (copy) boundary condition"
"static" :: "Static (don't do anything) boundary condition"
} "flat"
+BOOLEAN cartoon "Cartoon BC"
+{
+} "no"
+
+BOOLEAN excise "Use excision?"
+{
+} "no"