aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-01-08 12:50:16 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-01-08 12:50:16 +0000
commit9f9fc9046b6bac3c0b02191f80fa872c7ddd504b (patch)
treecefb08f67c621d6a3a7c12a6f8a4ea2f2e2f5bf8 /schedule.ccl
parent452121a94c1fd6e250a4b65a24c7cc1d0afab468 (diff)
change the schedule-tree description for mask processing to make it
clear that the scheduled routine just *might* set the mask -- this routine is actually *always* scheduled, and tests internally whether to set the mask or be a no-op (if the mask parameters say to not set the mask). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1232 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4ea2702..1d26a57 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -51,7 +51,7 @@ if (find_every != 0)
{
lang: C
triggers: always
- } "set mask(s) based on apparent horizon position(s)"
+ } "maybe set mask(s) based on apparent horizon position(s)"
}
########################################