From 3e844e3e61488e794282e2f05732c40ad7fd72f2 Mon Sep 17 00:00:00 2001 From: diener Date: Thu, 28 Feb 2002 13:16:27 +0000 Subject: The interface.ccl and schedule.ccl to go with the changes just committed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@279 89daf98e-ef62-4674-b946-b8ff9de2216c --- schedule.ccl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'schedule.ccl') 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) -- cgit v1.2.3