mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2609 WIP: Refactor RimWellPath into RimFileWellPath
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
class RifWellPathImporter;
|
||||
class RigWellPath;
|
||||
class RimFileWellPath;
|
||||
class RimEclipseView;
|
||||
class RimProject;
|
||||
class RimWellLogFile;
|
||||
@@ -116,7 +117,7 @@ private:
|
||||
virtual void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
virtual caf::PdmFieldHandle* objectToggleField() override;
|
||||
|
||||
void readAndAddWellPaths(std::vector<RimWellPath*>& wellPathArray);
|
||||
void readAndAddWellPaths(std::vector<RimFileWellPath*>& wellPathArray);
|
||||
void sortWellsByName();
|
||||
|
||||
RiaEclipseUnitTools::UnitSystemType findUnitSystemForWellPath(const RimWellPath* wellPath);
|
||||
|
||||
Reference in New Issue
Block a user