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