aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 15:19:41 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 15:19:41 +0000
commit025838836f890e7d339bca27d8f63a02ea702dfc (patch)
tree4d987d46abb330822ef9123f6f590adfd58fdea4 /schedule.ccl
parentd5791f2404ba4d1e2cfbd3ec401240bd72cd37a7 (diff)
param.ccl
permute order of som pars schedule.ccl remove initial-data setting -- this is now done inside the AHFinderDirect_find_horizons() routine git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@803 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 4 insertions, 6 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2b2c5eb..4d079fa 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,10 @@
# Schedule definitions for thorn AHFinderDirect
# $Header$
+##
+## uncomment this if you want to use the test driver
+## src/util/test_patch_system.cc
+##
##schedule test_patch_system at CCTK_POSTINITIAL
##{
##LANG: C
@@ -13,12 +17,6 @@ lang: C
options: global
} "setup data structures"
-schedule AHFinderDirect_initial_guess at CCTK_INITIAL
-{
-lang: C
-options: global
-} "set initial guess"
-
if (find_AHs_at_postinitial != 0)
{
schedule AHFinderDirect_find_horizons at CCTK_POSTINITIAL