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 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"
}