mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Renamed RimView to Rim3dView
This commit is contained in:
@@ -103,7 +103,7 @@ QString RigReservoirGridTools::gridName(RimCase* rimCase, int gridIndex)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RigActiveCellInfo* RigReservoirGridTools::activeCellInfo(RimView* rimView)
|
||||
RigActiveCellInfo* RigReservoirGridTools::activeCellInfo(Rim3dView* rimView)
|
||||
{
|
||||
RimEclipseView* eclipseView = dynamic_cast<RimEclipseView*>(rimView);
|
||||
if (eclipseView)
|
||||
|
||||
@@ -22,7 +22,7 @@ class RigActiveCellInfo;
|
||||
class RigFemPartCollection;
|
||||
class RigMainGrid;
|
||||
class RimCase;
|
||||
class RimView;
|
||||
class Rim3dView;
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
@@ -43,7 +43,7 @@ public:
|
||||
static const cvf::StructGridInterface* gridByIndex(RimCase* rimCase, int gridIndex);
|
||||
static QString gridName(RimCase* rimCase, int gridIndex);
|
||||
|
||||
static RigActiveCellInfo* activeCellInfo(RimView* rimView);
|
||||
static RigActiveCellInfo* activeCellInfo(Rim3dView* rimView);
|
||||
|
||||
private:
|
||||
static RigMainGrid* eclipseMainGrid(RimCase* rimCase);
|
||||
|
||||
Reference in New Issue
Block a user