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

if (CCTK_Equals(initial_data,"rotatingdbh"))
{
  schedule RotatingDBHIVP at CCTK_INITIAL
  {
    LANG: Fortran
  } "Construct RotatingDBHIVP"
}