mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename of RimReservoirView to RimEclipseView
To make the separation to geomech clearer, and alligning it to the RigCaseNaming
This commit is contained in:
@@ -46,8 +46,8 @@ public:
|
||||
bool hasActiveFilters() const;
|
||||
bool hasActiveIncludeFilters() const;
|
||||
|
||||
void setReservoirView(RimReservoirView* reservoirView);
|
||||
RimReservoirView* reservoirView();
|
||||
void setReservoirView(RimEclipseView* reservoirView);
|
||||
RimEclipseView* reservoirView();
|
||||
RigMainGrid* mainGrid() const;
|
||||
RigActiveCellInfo* activeCellInfo() const;
|
||||
|
||||
@@ -61,5 +61,5 @@ protected:
|
||||
|
||||
|
||||
private:
|
||||
RimReservoirView* m_reservoirView;
|
||||
RimEclipseView* m_reservoirView;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user