mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Include well cells in cell range region evaluation
p4#: 22131
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user