aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
1 files changed, 0 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ee185ba..adddd25 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,7 +9,6 @@ if (constraints_persist)
schedule ADMConstraints at CCTK_POSTSTEP
{
LANG: Fortran
- COMMUNICATION: ADMconstraints
} "Evaluate ADM constraints for use in other routines"
}
else
@@ -18,7 +17,6 @@ else
{
LANG: Fortran
STORAGE: ADMconstraints
- COMMUNICATION: ADMconstraints
TRIGGERS: ADMconstraints
} "Evaluate ADM constraints"
}