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 6521882..fe4d493 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -18,7 +18,7 @@ if (ahf_active && ahf_persists)
schedule ahfinder at CCTK_POSTSTEP
{
LANG: Fortran
- } "Call apparent horizon finder"
+ } "Call apparent horizon finder with persisting grid functions"
}
else if (ahf_active && CCTK_Equals(ahf_mask,"off"))
@@ -26,7 +26,7 @@ else if (ahf_active && CCTK_Equals(ahf_mask,"off"))
schedule ahfinder at CCTK_POSTSTEP
{
LANG: Fortran
- STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid
+ STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid,ahfmask
} "Call apparent horizon finder"
}