aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 54e71b6b3fdc26f1d298372b4669e3e2ddedb6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Schedule definitions for thorn Vectors

schedule Vectors_Startup at CCTK_STARTUP
{
  LANG: C
} "Print startup message"

schedule Vectors_Test at CCTK_PARAMCHECK
{
  LANG: C
} "Run correctness tests."