aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorpollney <pollney@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-03-10 14:20:24 +0000
committerpollney <pollney@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-03-10 14:20:24 +0000
commite8e3d0345ccb0b4a3ad64c36490851e7c886235c (patch)
treecfa6ebf9d334be4790a70b2a226c6aaf7d0a70b8 /schedule.ccl
parent68ca935e2063ecfddb2c53abce7f8802c2cd0489 (diff)
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
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)