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:
@@ -55,7 +55,7 @@ RimCellRangeFilterCollection::~RimCellRangeFilterCollection()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellRangeFilterCollection::setReservoirView(RimReservoirView* reservoirView)
|
||||
void RimCellRangeFilterCollection::setReservoirView(RimEclipseView* reservoirView)
|
||||
{
|
||||
m_reservoirView = reservoirView;
|
||||
}
|
||||
@@ -170,7 +170,7 @@ RimCellRangeFilter* RimCellRangeFilterCollection::createAndAppendRangeFilter()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimReservoirView* RimCellRangeFilterCollection::reservoirView()
|
||||
RimEclipseView* RimCellRangeFilterCollection::reservoirView()
|
||||
{
|
||||
return m_reservoirView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user