aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 9 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index e142b69..f0768e7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,10 @@
# Parameter definitions for thorn ADMConstraints
# $Header$
+shares: spacemask
+
+USES BOOLEAN use_mask
+
shares: ADMBase
USES KEYWORD metric_type
@@ -33,8 +37,8 @@ BOOLEAN excise "Use excision?"
{
} "no"
-
-
-
-
-
+REAL excised_value "Value to use for any excised regions"
+{
+ *:* :: "Any value"
+} 0.0
+ \ No newline at end of file