From 2311b56e3a97b6c1bbf64588075cc1cd6225130d Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 7 May 2003 14:48:18 +0000 Subject: Schedule ApplyBCs as ApplyBCs_, to make each instance unique. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@59 50555cc7-fb31-491a-85db-9a2874240742 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.ccl b/schedule.ccl index ec34071..ca52c8a 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -24,6 +24,6 @@ schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu LANG: C } "Boundaries of 3D wave equation" -schedule GROUP ApplyBCs at EVOL after WaveToy_Boundaries +schedule GROUP ApplyBCs as WaveToyCXX_ApplyBCs at EVOL after WaveToy_Boundaries { } "Apply boundary conditions" -- cgit v1.2.3