aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authordiener <diener@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-02-28 13:16:27 +0000
committerdiener <diener@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-02-28 13:16:27 +0000
commit3e844e3e61488e794282e2f05732c40ad7fd72f2 (patch)
treede727d921c76bad042d770b4a295a9110329741f /schedule.ccl
parent13345ac6ec1cbcce66429254f9db3e23b36d1a67 (diff)
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
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)