mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Select last imported wellPath on import, not last wellPath in collection
This commit is contained in:
@@ -66,6 +66,8 @@ public:
|
||||
|
||||
void setProject(RimProject* project);
|
||||
|
||||
QString newestAddedWellName() { return m_newestAddedWellName; }
|
||||
|
||||
enum WellVisibilityType
|
||||
{
|
||||
FORCE_ALL_OFF,
|
||||
@@ -129,4 +131,5 @@ private:
|
||||
RiaEclipseUnitTools::UnitSystemType findUnitSystemForWellPath(const RimWellPath* wellPath);
|
||||
|
||||
RifWellPathImporter* m_wellPathImporter;
|
||||
QString m_newestAddedWellName;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user