aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9ace195..8522cc2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,11 +15,18 @@ 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: out_scalars
STORAGE: ahfinder_gaussian
if (ahf_lmax > 0)