aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 7fb1ef3d078a6d029084648873699758b7578e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Schedule definitions for thorn SpaceMask
# $Header$

if (use_mask) 
{
  STORAGE: mask
  schedule MaskOne at CCTK_INITIAL
  {
    LANG: C
  } "Set mask to one"
  schedule MaskSym at CCTK_INITIAL
  {
    LANG: C
  } "Set grid symmetries for mask"
}