aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@f88db872-0e4f-0410-b76b-b9085cfa78c5>2010-02-10 18:03:37 +0000
committerschnetter <schnetter@f88db872-0e4f-0410-b76b-b9085cfa78c5>2010-02-10 18:03:37 +0000
commitdf5b2fa57db8e2d683be1da5f083d35808e6cb8e (patch)
tree05e83cabd7893cac4b646af90633eba7ee22ddeb
parent6d5ac3eeaeadb3c1fe2ba80d27948490aee4c720 (diff)
During recover, find horizons after re-calculating the ADM variables
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1542 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7e46213..ea7bbfa 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -52,7 +52,8 @@ if (run_at_CCTK_POSTINITIAL != 0)
}
if (run_at_CCTK_POST_RECOVER_VARIABLES != 0)
{
- schedule AHFinderDirect_find_horizons at CCTK_POST_RECOVER_VARIABLES
+ schedule AHFinderDirect_find_horizons at CCTK_POST_RECOVER_VARIABLES \
+ after MoL_PostStep
{
lang: C
options: global