#6128 WELSEGS export : Missing last segment

This commit is contained in:
Magne Sjaastad
2020-06-22 12:32:04 +02:00
parent 6ee877a568
commit 5745907250

View File

@@ -223,5 +223,10 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::buildCon
intersectionsNoGap.push_back( current );
}
if ( !originalIntersections.empty() )
{
intersectionsNoGap.push_back( originalIntersections.back() );
}
return intersectionsNoGap;
}