mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
#7719 Multi-lateral wells : Include well laterals in visible wells
This commit is contained in:
parent
3d44ad37db
commit
e33a03b379
@ -152,13 +152,5 @@ std::vector<RimWellPath*> RicExportCompletionsForVisibleWellPathsFeature::visibl
|
||||
}
|
||||
}
|
||||
|
||||
std::set<RimWellPath*> uniqueWellPaths( wellPaths.begin(), wellPaths.end() );
|
||||
wellPaths.assign( uniqueWellPaths.begin(), uniqueWellPaths.end() );
|
||||
|
||||
wellPaths.erase( std::remove_if( wellPaths.begin(),
|
||||
wellPaths.end(),
|
||||
[]( auto wellPath ) { return !wellPath->isTopLevelWellPath(); } ),
|
||||
wellPaths.end() );
|
||||
|
||||
return wellPaths;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user