aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-07-29 08:47:10 +0000
committerallen <allen@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-07-29 08:47:10 +0000
commit86379a9456b928e9ae3e15924811146ac8ecfddf (patch)
treebd5b7100c2e6cceee307365d7bc3ae00dc168287
parent3430fc095288f8b57d54a2c558aa64bb435a18c2 (diff)
Register symmetries at BASEGRID instead of INITIAL
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@12 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7fb1ef3..9923239 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@ if (use_mask)
{
LANG: C
} "Set mask to one"
- schedule MaskSym at CCTK_INITIAL
+ schedule MaskSym at CCTK_BASEGRID
{
LANG: C
} "Set grid symmetries for mask"