aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl17
1 files changed, 11 insertions, 6 deletions
diff --git a/interface.ccl b/interface.ccl
index 81fb75a..70433bd 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,14 +8,19 @@ USES INCLUDE: Symmetry.h
public:
+CCTK_INT8 space_mask_group type=GF
+{
+ space_mask
+}
+
+#
+# The following emask GF is kept for the sake of compatibility with
+# the existing excision thorns. Once these are translated to the new
+# mask, this function will disappear. Please don't use it for
+# anything.
+#
real mask type = GF
{
emask
} "Mask"
-# Will be changed to:
-#INTEGER spacemasks TYPE=GF
-#{
-# space_mask
-# space_table_field
-#}