From df5b2fa57db8e2d683be1da5f083d35808e6cb8e Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 10 Feb 2010 18:03:37 +0000 Subject: 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 --- schedule.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3