aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-25 14:58:50 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-25 14:58:50 +0000
commit5921d0e7382da08f499cdc34d073be443a6f1fc0 (patch)
tree2d087b13844a94248d10ed8f2ebe51501010771e /param.ccl
parentd22313459a38f4cfe63965601c3b123a16cd0d75 (diff)
emphasize that AHs are numbered starting at 1
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1018 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 4 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index 1ad824d..09403de 100644
--- a/param.ccl
+++ b/param.ccl
@@ -61,11 +61,10 @@ keyword method "what should this thorn do for each apparent horizon?"
#
# We support searching for up to N_horizons distinct apparent horizons
-# (some of which may be nested inside others) in a slice. We number
-# these 1, 2, 3, ... (this seems a bit more user-friendly than Cactus's
-# native 0-origin numbering). Since Cactus arrays are 0-origin, we
-# make the arrays be of size N_horizons+1, and don't use the [0] array
-# elements.
+# (some of which may be nested inside others) in a slice.
+# IMPORTANT: The horizons are numbered 1 to N_horizons.
+# Since Cactus arrays are 0-origin, we make the arrays be of size
+# N_horizons+1, and don't use the [0] array elements.
#
# To change the N_horizons limit, just change the upper limit for
# N_horizons itself, change all the [N_horizons+1] array sizes in this