aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl14
1 files changed, 5 insertions, 9 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f8efc49..35bcaf6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,12 +1,8 @@
# 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)"
-}
-
+schedule WaveBinaryC at EVOL after WaveToy_Evolution
+{
+ STORAGE: wavetoy::scalarevolve
+ LANG: C
+} "Provide binary source during evolution (C)"