From 375e70a7f59944c38bf86b76acad78d6631ad468 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 31 Aug 2008 15:43:37 +0000 Subject: Set run_at_CCTK_POST_RECOVER_VARIABLES = no by default, since the ADM variables are usually not yet correctly initialised in this bin. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1527 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/param.ccl b/param.ccl index 487d0ab..412839e 100644 --- a/param.ccl +++ b/param.ccl @@ -117,7 +117,7 @@ Boolean run_at_CCTK_POSTINITIAL "should we run at CCTK_POSTINITIAL?" Boolean run_at_CCTK_POST_RECOVER_VARIABLES \ "should we run at CCTK_POST_RECOVER_VARIABLES?" { -} true +} false keyword method "what should this thorn do for each apparent horizon?" \ STEERABLE=recover -- cgit v1.2.3