mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Select newest RimWellPath on import of formations and well paths
This commit is contained in:
@@ -66,8 +66,6 @@ public:
|
||||
|
||||
void setProject(RimProject* project);
|
||||
|
||||
QString newestAddedWellName() { return m_newestAddedWellName; }
|
||||
|
||||
enum WellVisibilityType
|
||||
{
|
||||
FORCE_ALL_OFF,
|
||||
@@ -95,6 +93,8 @@ public:
|
||||
void removeWellPath(RimWellPath* wellPath);
|
||||
void deleteAllWellPaths();
|
||||
|
||||
RimWellPath* newestAddedWellPath();
|
||||
|
||||
void readWellPathFormationFiles();
|
||||
|
||||
RimWellPath* wellPathByName(const QString& wellPathName) const;
|
||||
@@ -135,5 +135,5 @@ private:
|
||||
|
||||
RifWellPathImporter* m_wellPathImporter;
|
||||
RifWellPathFormationsImporter* m_wellPathFormationsImporter;
|
||||
QString m_newestAddedWellName;
|
||||
caf::PdmPointer<RimWellPath> m_newestAddedWellPath;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user