aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2003-05-07 14:48:18 +0000
committerrideout <rideout@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2003-05-07 14:48:18 +0000
commitc4d65b3f7d7b23456f0b928588da3c7cad25f447 (patch)
tree93227b1888a61477447b683fd74f4849aacc8d24
parent3728b0934c3e99657361621c7150f905a06b715b (diff)
Schedule ApplyBCs as ApplyBCs_<ThornName>, to make each instance unique.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@54 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1f7075f..0e59f65 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -24,6 +24,6 @@ schedule WaveToyFreeF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_E
LANG: Fortran
} "Boundaries of 3D wave equation"
-schedule GROUP ApplyBCs at EVOL after WaveToy_Boundaries
+schedule GROUP ApplyBCs as WaveToyFreeF90_ApplyBCs at EVOL after WaveToy_Boundaries
{
} "Apply boundary conditions"