From 8551a19aa14511c089ea8a31ce279144a8c7fcdf Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 19 Apr 2000 07:58:28 +0000 Subject: Removed explicit calls to sync and boundaries. Now the syncing is done via the schedular. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@42 90eea020-d82d-4da5-bf6e-4ee79ff7632f --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 5dfc65c..5f18b30 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -16,6 +16,11 @@ schedule WaveToyC_InitSymBound at BASEGRID schedule WaveToyC_Evolution as WaveToy_Evolution at EVOL { LANG: C + SYNC: scalarevolve } "Evolution of 3D wave equation" +schedule WaveToyC_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution +{ + LANG: C +} "Boundaries of 3D wave equation" -- cgit v1.2.3