aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl20
1 files changed, 0 insertions, 20 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ddc4857..7c128ca 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,26 +1,6 @@
# Schedule definitions for thorn IDScalarWave
# $Header$
-
-if (CCTK_Equals(binary_source,"yes")||CCTK_Equals(binary_source,"fast"))
-{
- schedule WaveBinary at EVOL after WaveToy_Evolution
- {
- STORAGE: wavetoy::scalarevolve
- LANG: Fortran
- } "Provide binary source during evolution"
-}
-
-if (CCTK_Equals(binary_source,"slow"))
-{
- schedule WaveBinarySlow at EVOL after WaveToy_Evolution
- {
- STORAGE: wavetoy::scalarevolve
- LANG: Fortran
- } "Provide binary source during evolution"
-}
-
-
schedule IDScalarWave_CheckParameters at CCTK_PARAMCHECK
{
LANG: Fortran