aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-13 05:15:40 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-13 05:15:40 +0000
commit25326235c3fd4298b18f1c4f97d9cebc8b33cc1a (patch)
treeeed98d6c68bf68c05f715d53406a4e860dc7c3fd /test
parent7161aee776d1899ac3c9f86e8789244a2cc92477 (diff)
fix wrong parameters --
mask_radius_multiplier mask_buffer_thickness mask_radius_offset are all scalars, i.e. they don't have [horizon_number] subscripts (Cactus didn't seem to notice the wrong parameters on a xeon, but with a (I think) slightly newer flesh on my laptop it gave level 1 warnings.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1341 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'test')
-rw-r--r--test/misner1.2-025.par9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/misner1.2-025.par b/test/misner1.2-025.par
index f4e686f..3131d42 100644
--- a/test/misner1.2-025.par
+++ b/test/misner1.2-025.par
@@ -99,12 +99,9 @@ AHFinderDirect::set_mask_for_all_horizons = "true"
# since we don't have a thorn to set up the new-style bit fields yet
AHFinderDirect::set_old_style_mask = "true"
AHFinderDirect::set_new_style_mask = "false"
-AHFinderDirect::mask_radius_multiplier[1] = 1.0
-AHFinderDirect::mask_radius_multiplier[2] = 1.0
-AHFinderDirect::mask_buffer_thickness[1] = 4.0
-AHFinderDirect::mask_buffer_thickness[2] = 4.0
-AHFInderDirect::mask_radius_offset[1] = 0.0
-AHFInderDirect::mask_radius_offset[2] = 0.0
+AHFinderDirect::mask_radius_multiplier = 1.0
+AHFinderDirect::mask_buffer_thickness = 4.0
+AHFInderDirect::mask_radius_offset = 0.0
AHFinderDirect::which_surface_to_store_info[1] = 1
AHFinderDirect::origin_x[1] = 0.0