aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 14:36:55 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 14:36:55 +0000
commit48a4a467fc0bd8cced3bb07788ffcbb0bf482e8f (patch)
tree8f97964664f4969ef0eb1f5f9f64ecbaaf0fd51e /schedule.ccl
parentfdc44a58702cb0deccd6030d65f8e87a88ed4e51 (diff)
COPYING newest version of GPL text (from gcc 3.3)
param.ccl schedule.ccl drop obselete find_AHs_at{poststep,postinitial} parameters git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1117 f88db872-0e4f-0410-b76b-b9085cfa78c5
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 6e23cde..41e54ec 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -7,15 +7,7 @@ schedule AHFinderDirect_setup at CCTK_BASEGRID after SpatialCoordinates
options: global
} "setup data structures"
-if (find_AHs_at_postinitial != 0)
- {
- schedule AHFinderDirect_find_horizons at CCTK_POSTINITIAL
- {
- lang: C
- options: global
- } "find apparent horizon(s) in initial data"
- }
-if (find_AHs_at_poststep != 0)
+if (find_AHs != 0)
{
schedule AHFinderDirect_find_horizons at CCTK_POSTSTEP
{