aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2008-04-07 03:23:42 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2008-04-07 03:23:42 +0000
commit540fd961c892fb6cdf03ad166fd49753f9fa50bf (patch)
treeef0164647a1e625e7754940eed5b9f9934fc7cd5
parentd3944383150bc81a1b03e05b043a69347cb962c9 (diff)
Remove mention of non-existing schedule group MoL_PostRegrid
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@133 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 b62ff36..2b44cd1 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -42,11 +42,11 @@ if (constraints_persist)
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
- schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after (MoL_PostStep MoL_PostRegrid)
+ schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after MoL_PostStep
{
} "Set ADM constraints on the boundary"
- schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTRESTRICT after (MoL_PostStep MoL_PostRestrict)
+ schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTRESTRICT after MoL_PostStep
{
} "Set ADM constraints on the boundary"
}