aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl7
1 files changed, 3 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 4d31178..5289439 100644
--- a/param.ccl
+++ b/param.ccl
@@ -57,14 +57,13 @@ int find_every "how often should we try to find apparent horizons?"
# at CCTK_ANALYSIS. However, for some purposes it's more convenient
# to run at CCTK_POSTSTEP and/or CCTK_POSTINITIAL
#
-Boolean run_at_CCTK_ANALYSIS "should we run in CCTK_ANALYSIS schedule bin?"
+Boolean run_at_CCTK_ANALYSIS "should we run at CCTK_ANALYSIS?"
{
} true
-Boolean run_at_CCTK_POSTSTEP "should we run in CCTK_POSTSTEP schedule bin?"
+Boolean run_at_CCTK_POSTSTEP "should we run at CCTK_POSTSTEP?"
{
} false
-Boolean run_at_CCTK_POSTINITIAL \
- "should we run in CCTK_POSTINITIAL schedule bin?"
+Boolean run_at_CCTK_POSTINITIAL "should we run at CCTK_POSTINITIAL?"
{
} false