aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2007-06-05 14:16:57 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2007-06-05 14:16:57 +0000
commit5a985d226aa01f58b34d10440924dcc61ffd32c4 (patch)
treef8e3596264af3c223f7becd37926a7a501975a78
parentc06186ccdb596e05e86c972e6b22d5a1a5dc5cdf (diff)
Correct error in group name.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@131 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 44ee8d2..b62ff36 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -42,11 +42,11 @@ if (constraints_persist)
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
- schedule GROUP ADMConstraintsBoundaryGroup at CCTK_POSTREGRID after MoL_PostStep
+ schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after (MoL_PostStep MoL_PostRegrid)
{
} "Set ADM constraints on the boundary"
- schedule GROUP ADMConstraintsBoundaryGroup at CCTK_POSTRESTRICT after MoL_PostStep
+ schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTRESTRICT after (MoL_PostStep MoL_PostRestrict)
{
} "Set ADM constraints on the boundary"
}