aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-10-16 09:54:37 +0000
committertradke <tradke@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-10-16 09:54:37 +0000
commitaf54ab3be5c8e1cf77a92f1604cc3db7352afe87 (patch)
treedbc75e16c908cbd1f773f442e483045845e9647e
parent92b4dc83535dac512945b2cca849f26c2ef0e433 (diff)
Unconditionally schedule routine WaveBinaryC.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@26 b9286e40-80fe-41ab-903a-d6b447012e1e
-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)"