aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2005-02-14 09:50:27 +0000
committertradke <tradke@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2005-02-14 09:50:27 +0000
commit14ff7488dc3d2014184aa69429c355bab1f294dd (patch)
treee45bc3036e2789135932ac56a23b61a2d69b9fbf /param.ccl
parent3dc1d916eed41796567e4b29f9b8198a734eea5f (diff)
Patch from Frank Loeffler: Add ability to check for the new-style mask too.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@110 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
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"