aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorpollney <pollney@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2003-04-08 11:58:13 +0000
committerpollney <pollney@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2003-04-08 11:58:13 +0000
commit7f8aa4a2475a5975add181dc9cf418cf6ac02258 (patch)
tree6e751bafc3f2799529e76152c613c4852b5681be /schedule.ccl
parent9ca83c20f7cae7602264c4e02fc2ae95457c369e (diff)
Added some error return codes.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@28 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 68492fb..1e6d236 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,6 +5,11 @@ if (use_mask)
{
STORAGE: space_mask_group
+ schedule SetupSpaceMaskRegistry at CCTK_STARTUP
+ {
+ LANG: C
+ } "Initialise spacemask registry"
+
schedule MaskZero at CCTK_INITIAL
{
LANG: C