aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-05-02 07:29:02 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-05-02 07:29:02 +0000
commit8ccf1c90bdc5a6a3ef43150d7173a10bee93c3b7 (patch)
tree2789ab8f4f73fb6760a821232c3860cf0112eeb0 /schedule.ccl
parentbe196f286c27e61ae9feba55315409b9253e7291 (diff)
Small change.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@86 89daf98e-ef62-4674-b946-b8ff9de2216c
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"
}