mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6128 WELSEGS export : Missing last segment
This commit is contained in:
parent
c531c94ad6
commit
e7fefbb119
@ -223,5 +223,10 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::buildCon
|
|||||||
intersectionsNoGap.push_back( current );
|
intersectionsNoGap.push_back( current );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( !originalIntersections.empty() )
|
||||||
|
{
|
||||||
|
intersectionsNoGap.push_back( originalIntersections.back() );
|
||||||
|
}
|
||||||
|
|
||||||
return intersectionsNoGap;
|
return intersectionsNoGap;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user