mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support loading hierarchical well paths
This commit is contained in:
@@ -171,7 +171,7 @@ caf::PdmScriptResponse RicfExportWellPathCompletions::execute()
|
||||
std::vector<RimWellPath*> wellPaths;
|
||||
if ( m_wellPathNames().empty() )
|
||||
{
|
||||
for ( auto wellPath : RimProject::current()->activeOilField()->wellPathCollection->wellPaths() )
|
||||
for ( auto wellPath : RimProject::current()->activeOilField()->wellPathCollection->allWellPaths() )
|
||||
{
|
||||
if ( wellPath->showWellPath() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user