#6734 Fix segment order in MSW export and get well in error message

* Fixing the order also ends up removing the wrong segment discussed in the bug
This commit is contained in:
Gaute Lindkvist
2020-10-12 09:56:38 +02:00
parent 50a7052756
commit bb3dfd538c
10 changed files with 51 additions and 10 deletions

View File

@@ -690,6 +690,7 @@ std::vector<WellPathCellIntersectionInfo>
RigSimulationWellCoordsAndMD helper( pathCoords );
return RigWellPathIntersectionTools::findCellIntersectionInfosAlongPath( eclipseCaseData,
"",
helper.wellPathPoints(),
helper.measuredDepths() );
}