mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Major rewrite of MSW export model
This commit is contained in:
@@ -159,6 +159,8 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::buildCon
|
||||
{
|
||||
std::vector<WellPathCellIntersectionInfo> intersectionsNoGap;
|
||||
|
||||
if ( originalIntersections.empty() ) return intersectionsNoGap;
|
||||
|
||||
for ( size_t i = 0; i < originalIntersections.size() - 1; i++ )
|
||||
{
|
||||
const WellPathCellIntersectionInfo& current = originalIntersections[i];
|
||||
|
||||
Reference in New Issue
Block a user