mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor RimWellPath and RigWellPath
This commit is contained in:
@@ -81,7 +81,8 @@ void RimCompletionCellIntersectionCalc::calculateCompletionTypeResult( RimEclips
|
||||
{
|
||||
auto intersectedCells =
|
||||
RigWellPathIntersectionTools::findIntersectedGlobalCellIndices( eclipseCaseData,
|
||||
wellPath->wellPathGeometry()->m_wellPathPoints );
|
||||
wellPath->wellPathGeometry()
|
||||
->wellPathPoints() );
|
||||
|
||||
for ( auto& intersection : intersectedCells )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user