aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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