mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Minor formation gui update
This commit is contained in:
@@ -319,6 +319,7 @@ RimWellLogFile* RimWellPathCollection::addWellLogs(const QStringList& filePaths)
|
||||
}
|
||||
|
||||
wellPath->addWellLogFile(logFileInfo);
|
||||
m_newestAddedWellName = wellPath->name();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -347,6 +348,7 @@ void RimWellPathCollection::addWellPathFormations(const QStringList& filePaths)
|
||||
wellPaths.push_back(wellPath);
|
||||
}
|
||||
wellPath->setFormationsGeometry(it->second);
|
||||
m_newestAddedWellName = wellPath->name();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user