#6128 WELSEGS export : Missing last segment

This commit is contained in:
Magne Sjaastad 2020-06-22 12:32:04 +02:00
parent c531c94ad6
commit e7fefbb119

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;
}