aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-05-07 14:48:18 +0000
committerrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-05-07 14:48:18 +0000
commit2311b56e3a97b6c1bbf64588075cc1cd6225130d (patch)
tree8326b7d239773f8a471fe6ebe214c1b769e37814
parent8021f9dbdfa055a9528a4026f9ae199c90f27409 (diff)
Schedule ApplyBCs as ApplyBCs_<ThornName>, to make each instance unique.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@59 50555cc7-fb31-491a-85db-9a2874240742
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
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"