aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 14 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index e383a45..b8de448 100644
--- a/param.ccl
+++ b/param.ccl
@@ -47,4 +47,17 @@ REAL excised_value "Value to use for any excised regions"
{
*:* :: "Any value"
} 0.0
- \ No newline at end of file
+
+BOOLEAN check_excision_bitmask "check for excision bitmask"
+{
+} "no"
+
+string excision_mask_name "The name of the bitfield chosen for excision"
+{
+ :: "Anything goes"
+} "Hydro_Excision"
+
+string excision_type_excised "The name of the type for the excised region"
+{
+ :: "Anything goes"
+} "excised"