aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/gh.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/CarpetLib/src/gh.cc b/Carpet/CarpetLib/src/gh.cc
index 545d5fc33..3659f977c 100644
--- a/Carpet/CarpetLib/src/gh.cc
+++ b/Carpet/CarpetLib/src/gh.cc
@@ -466,8 +466,8 @@ locate_position (rvect const & rpos,
// Ignore this level if this point is not in the active region
// (i.e. if it is a buffer point or similar)
- if (not interpolate_from_buffer_zones and
- not dd.level_boxes.AT(ml).AT(rl).active.contains(aligned_ipos))
+ if (not interpolate_from_buffer_zones and
+ dd.level_boxes.AT(ml).AT(rl).buffers.contains(aligned_ipos))
{
continue;
}
@@ -527,8 +527,8 @@ locate_position (ivect const & ipos,
// Ignore this level if this point is not in the active region
// (i.e. if it is a buffer point or similar)
- if (not interpolate_from_buffer_zones and
- not dd.level_boxes.AT(ml).AT(rl).active.contains(aligned_ipos))
+ if (not interpolate_from_buffer_zones and
+ dd.level_boxes.AT(ml).AT(rl).buffers.contains(aligned_ipos))
{
continue;
}