Simplify some code with C++17

This commit is contained in:
Gaute Lindkvist 2020-09-24 15:51:59 +02:00
parent 31b1f3a2ba
commit 17ba1e49b6

View File

@ -1676,7 +1676,6 @@ void RicWellPathExportMswCompletionsImpl::writeMainBoreWelsegsSegment( std::shar
prevOutMD = previousSegment->outputMD();
prevOutTVD = previousSegment->outputTVD();
}
for ( const auto& [subStartMD, subEndMD] : subSegments )
{
auto startPoint = exportInfo.wellPath()->wellPathGeometry()->interpolatedPointAlongWellPath( subStartMD );