#2261 Well Paths: Change newestAddedWellPath to mostRecentlyUpdatedWellPath

This commit is contained in:
Rebecca Cox
2018-01-29 11:24:12 +01:00
parent 438ee340e3
commit d67e1a7d13
4 changed files with 10 additions and 13 deletions

View File

@@ -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;
};