aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2000-01-25 10:10:03 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2000-01-25 10:10:03 +0000
commit2fbfc527ef860b4012728247f1d08b1662ab2d6a (patch)
treee263f37f034f89268a07e40168f44d9ffd567e6a /schedule.ccl
parentb47a8491c9277108bb8262a146c5ee3758dd813c (diff)
Removing COMM
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@29 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'schedule.ccl')
-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"
}