aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-01-25 10:10:04 +0000
committerallen <allen@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-01-25 10:10:04 +0000
commitda9ab4ab63b364ee8ce55c842973c7359e4a6696 (patch)
tree3abe3c21ebf52cfa3030ec8951329492064bdd1a /schedule.ccl
parentaaa5431c94e5c633bd4404100810c806843160b2 (diff)
Removing COMM
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@38 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 0 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b278144..e891b51 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,13 +8,11 @@
if (ahf_active && ah_persists)
{
STORAGE: ahfindergrid,ahfmask
- COMMUNICATION: ahfindergrid,ahfmask
schedule ahfinder at CCTK_POSTSTEP
{
LANG: Fortran
STORAGE: ahfgradient,ahfinder_gauss,find3grid
- COMMUNICATION: ahfgradient,ahfinder_gauss,find3grid
} "Call apparent horizon finder with persisting grid"
}
@@ -24,7 +22,6 @@ else if (ahf_active)
{
LANG: Fortran
STORAGE:ahfgradient,ahfinder_gauss,find3grid,ahfindergrid,ahfmask
- COMMUNICATION: ahfgradient,ahfinder_gauss,find3grid,ahfindergrid,ahfmask
} "Call apparent horizon finder"
}