aboutsummaryrefslogtreecommitdiff
path: root/src/driver/mask.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-27 15:06:55 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-27 15:06:55 +0000
commitf4b924c2a9cdaaa7f595ed199d85722855b1d37f (patch)
treece5dd1fb208275547f930b3531e0e78261ee9bad /src/driver/mask.cc
parent70e07a3d364c57ae7e3212088be7f15f83a31699 (diff)
fix a bug where the old-style mask was set to the buffer value
in the outside region :( :( -- thanks to Michael Koppitz for spotting this! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1070 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/mask.cc')
-rw-r--r--src/driver/mask.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/mask.cc b/src/driver/mask.cc
index ef963d4..600f9ba 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -334,7 +334,7 @@ if (verbose_info.print_algorithm_details)
// and this point was previously "inside" or "buffer"
// ==> no-op here
}
- else osmi.gridfn_dataptr[posn] = osmi.buffer_value;
+ else osmi.gridfn_dataptr[posn] = osmi.outside_value;
}
if (set_new_style_mask)
then {