aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-11-20 16:03:21 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-11-20 16:03:21 +0000
commit1973e5b8fe2d76d877fdf0203447633ef15249c5 (patch)
treecb1c0ace8beda4793286445685b53ab9b8a47618 /src/driver/driver.hh
parente2bd8fbbb79977bf06270461a23865c4165edf24 (diff)
add new parameter
real min_horizon_size_for_mask \ "only set mask if min horizon radius >= this number of local grid spacings" docs will follow shortly... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1208 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 04665b9..0ef2126 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -195,6 +195,7 @@ struct mask_info
CCTK_REAL radius_multiplier, radius_offset;
CCTK_REAL buffer_thickness;
bool mask_is_noshrink;
+ CCTK_REAL min_horizon_size_for_mask;
bool set_old_style_mask, set_new_style_mask;
struct old_style_mask_info
{