mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
Include well cells in cell range region evaluation
p4#: 22131
This commit is contained in:
parent
69f3f98f5a
commit
8f4e6da98b
@ -554,7 +554,7 @@ void RivReservoirViewPartMgr::computeRangeVisibility(ReservoirGeometryCacheType
|
||||
// Initialize range filter with native visibility
|
||||
if (cellVisibility != nativeVisibility) (*cellVisibility) = (*nativeVisibility);
|
||||
|
||||
if (rangeFilterColl->hasActiveFilters())
|
||||
if (rangeFilterColl->hasActiveFilters() || m_reservoirView->wellCollection()->hasVisibleWellCells())
|
||||
{
|
||||
// Build range filter for current grid
|
||||
cvf::CellRangeFilter gridCellRangeFilter;
|
||||
|
Loading…
Reference in New Issue
Block a user