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

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