aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-04-26 16:23:42 +0000
committergoodale <goodale@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-04-26 16:23:42 +0000
commite5ec9f325f816015b81696b9c5c6c71cda867a1a (patch)
tree624133c54d2d0c2be276d40786023a26166fd46a /schedule.ccl
parent1942a380bc36225b3c3fc638d596853249e225c1 (diff)
Mask functionality copied from old Einstein, with a bit more grdoc and
stuff. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@4 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8510074..651f1ec 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,2 +1,11 @@
# Schedule definitions for thorn SpaceMask
# $Header$
+
+if (use_mask)
+{
+ STORAGE: mask
+ schedule MaskOne at CCTK_INITIAL
+ {
+ LANG: C
+ } "Set mask to one"
+}