aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-11-20 16:10:23 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-11-20 16:10:23 +0000
commit1b865b5b231d63ca71eba7579b791cfceea8f624 (patch)
tree99740c5cce26a8d75a9d4ed8f4832b25cc638cf0 /param.ccl
parent1973e5b8fe2d76d877fdf0203447633ef15249c5 (diff)
rename parameter
min_horizon_size_for_mask to min_horizon_radius_points_for_mask to make its semantics clearer (thanks to Erik Schnetter for suggesting the renaming!) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1209 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 3c2a842..8e16b3b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -541,7 +541,7 @@ boolean mask_is_noshrink \
# (where Delta_[xyz] are the *LOCAL* grid spacings on the current grid)
# is too small (in particular, < this parameter).
#
-real min_horizon_size_for_mask \
+real min_horizon_radius_points_for_mask \
"only set mask if min horizon radius >= this number of local grid spacings"
{
0.0:* :: "any real number >= 0.0"