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

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