aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-05-07 14:48:18 +0000
committerrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-05-07 14:48:18 +0000
commitae3435cf4b40854d0ec61c6e562101a3e0203fba (patch)
tree26698449dc719eb0451318056e25d937fb14da02
parent4474879bdc1b222681da62f20a2ce41f23ad5a0d (diff)
Schedule ApplyBCs as ApplyBCs_<ThornName>, to make each instance unique.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@82 f80f6fb6-8356-4fd4-90bc-d84ad503c100
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 53aac8d..1f27c5c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -24,6 +24,6 @@ schedule WaveToyF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu
LANG: Fortran
} "Boundaries of 3D wave equation"
-schedule GROUP ApplyBCs at EVOL after WaveToy_Boundaries
+schedule GROUP ApplyBCs as WaveToyF90_ApplyBCs at EVOL after WaveToy_Boundaries
{
} "Apply boundary conditions"