From af54ab3be5c8e1cf77a92f1604cc3db7352afe87 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 16 Oct 2001 09:54:37 +0000 Subject: Unconditionally schedule routine WaveBinaryC. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@26 b9286e40-80fe-41ab-903a-d6b447012e1e --- schedule.ccl | 14 +++++--------- 1 file 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)" -- cgit v1.2.3