From e8e3d0345ccb0b4a3ad64c36490851e7c886235c Mon Sep 17 00:00:00 2001 From: pollney Date: Sun, 10 Mar 2002 14:20:24 +0000 Subject: Moved variables and scheduling concerned with drift correction to AEIDevelopment/DriftCorrect. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@287 89daf98e-ef62-4674-b946-b8ff9de2216c --- schedule.ccl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'schedule.ccl') 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) -- cgit v1.2.3