aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 1 insertions, 9 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8522cc2..8174b04 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,18 +15,10 @@ schedule AHFinder_Startup at CCTK_STARTUP
LANG: C
} "Register AHFinder as an IO Method"
-schedule AHFinder_initdrift at CCTK_INITIAL
-{
- LANG: FORTRAN
-} "Initialize drift_first, ahf_omega_cum and ahf_omega_corr"
-
if (ahf_active)
{
- STORAGE: hole1_bounds,hole2_bounds,hole3_bounds,drift_correct_vars
-
- STORAGE: drift_check
-
+ STORAGE: hole1_bounds,hole2_bounds,hole3_bounds,ahf_centroid
STORAGE: out_scalars
STORAGE: ahfinder_gaussian
if (ahf_lmax > 0)