aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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 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"
}