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

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

if (CCTK_EQUALS(tests, "report") || CCTK_EQUALS(tests, "abort"))
{
  schedule Vectors_Test at CCTK_PARAMCHECK
  {
    LANG: C
  } "Run correctness tests."
}