mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2261 Well Paths: Change newestAddedWellPath to mostRecentlyUpdatedWellPath
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
void removeWellPath(RimWellPath* wellPath);
|
||||
void deleteAllWellPaths();
|
||||
|
||||
RimWellPath* newestAddedWellPath();
|
||||
RimWellPath* mostRecentlyUpdatedWellPath();
|
||||
|
||||
void readWellPathFormationFiles();
|
||||
void reloadAllWellPathFormations();
|
||||
@@ -136,5 +136,5 @@ private:
|
||||
|
||||
RifWellPathImporter* m_wellPathImporter;
|
||||
RifWellPathFormationsImporter* m_wellPathFormationsImporter;
|
||||
caf::PdmPointer<RimWellPath> m_newestAddedWellPath;
|
||||
caf::PdmPointer<RimWellPath> m_mostRecentlyUpdatedWellPath;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user