mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge remote-tracking branch 'refs/remotes/origin/dev'
Conflicts: ResInsightVersion.cmake
This commit is contained in:
@@ -254,7 +254,7 @@ bool RimEclipseWell::intersectsStaticWellCellsFilteredCells() const
|
||||
if (this->wellResults() == nullptr) return false;
|
||||
|
||||
// NOTE: Read out static well cells, union of well cells across all time steps
|
||||
const RigWellResultFrame& wrsf = this->wellResults()->m_staticWellCells;
|
||||
const RigWellResultFrame& wrsf = this->wellResults()->staticWellCells();
|
||||
|
||||
// NOTE: Use first time step for visibility evaluation
|
||||
size_t frameIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user