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

if (CCTK_Equals(initial_data,"binarysource"))
{ 
  schedule WaveBinaryC at EVOL after WaveToy_Evolution
  {  
    STORAGE: wavetoy::scalarevolve
    LANG:    C
  } "Provide binary source during evolution (C)"
}