aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 12:44:23 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 12:44:23 +0000
commita5cd944b5e9d79e52820c19ef94433046e5d0d3f (patch)
tree5221a3e731eea65dd271a3f1d0f9362867e0dd2c /schedule.ccl
parent250ed74afc7aedf8beed838cc69501f9eaeed2c1 (diff)
Changes needed to make ahf_active steerable.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@134 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index fe4d493..2a9d464 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,7 +11,7 @@ schedule AHFinder_SetSym at CCTK_BASEGRID
} "Set symmetries for AHFinder grid functions"
-if (ahf_active && ahf_persists)
+if (ahf_persists)
{
STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid,ahfmask
@@ -21,7 +21,7 @@ if (ahf_active && ahf_persists)
} "Call apparent horizon finder with persisting grid functions"
}
-else if (ahf_active && CCTK_Equals(ahf_mask,"off"))
+else if (CCTK_Equals(ahf_mask,"off"))
{
schedule ahfinder at CCTK_POSTSTEP
{
@@ -30,7 +30,7 @@ else if (ahf_active && CCTK_Equals(ahf_mask,"off"))
} "Call apparent horizon finder"
}
-else if (ahf_active)
+else
{
STORAGE: ahfmask