aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-05-07 15:08:02 +0000
committerrideout <rideout@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-05-07 15:08:02 +0000
commit9c099b5f4367367794b8cd0e06021319f02e2ce9 (patch)
tree9f159383dff8d508e6d4c08243bf07bfde0a4fc9 /schedule.ccl
parent59bad7aa5a98f23f9c7a43d1983682f08ba5d6f1 (diff)
Schedule ApplyBCs as ApplyBCs_<ThornName>, to make each instance unique.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@87 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5e34880..f26dd78 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -25,7 +25,7 @@ if (constraints_persist)
LANG: Fortran
} "Evaluate ADM constraints for use in other routines"
- schedule GROUP ApplyBCs at CCTK_POSTSTEP after ADMConstraints
+ schedule GROUP ApplyBCs as ADMConstraints_ApplyBCs at CCTK_POSTSTEP after ADMConstraints
{
} "Apply (symmetry) boundary conditions"
}
@@ -42,7 +42,7 @@ else
LANG: Fortran
} "Evaluate ADM constraints"
- schedule GROUP ApplyBCs in ADMConstraintsGroup after ADMConstraints
+ schedule GROUP ApplyBCs as ADMConstraints_ApplyBCs in ADMConstraintsGroup after ADMConstraints
{
} "Apply (symmetry) boundary conditions"
}