aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-06 11:20:13 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-06 11:20:13 +0000
commit68644a383cddcebccdc275e55fbe6532086ed0f6 (patch)
tree516ad7f4b321f964c631b863958808a93566636b /schedule.ccl
parent8ee1095e896b9b230b8f61caed0d93dcc51e4563 (diff)
clarify schedule-tree descriptions -- our scheduled routines *may*
(but depending on the setting of find_every , do not always) do various things when scheduled... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1321 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f3f0566..19eca06 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,7 +13,7 @@ if (find_every != 0)
{
lang: C
options: global
- } "find apparent horizon(s) after this time step"
+ } "maybe find apparent horizon(s) after this time step"
if (which_horizon_to_announce_centroid != 0)
{
@@ -22,7 +22,7 @@ if (find_every != 0)
after AHFinderDirect_find_horizons
{
lang: C
- } "announce horizon position(s) to other thorns"
+ } "maybe announce horizon position(s) to other thorns"
}
#