mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Simplify some code with C++17
This commit is contained in:
parent
31b1f3a2ba
commit
17ba1e49b6
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user