Rename of RimReservoirView to RimEclipseView

To make the separation to geomech clearer, and alligning it to the
RigCaseNaming
This commit is contained in:
Jacob Støren
2015-05-21 10:05:33 +02:00
parent caa835331f
commit ed74116376
52 changed files with 154 additions and 154 deletions

View File

@@ -37,13 +37,13 @@ namespace cvf
}
class RivPipeGeometryGenerator;
class RimReservoirView;
class RimEclipseView;
class RimWell;
class RivWellPipesPartMgr : public cvf::Object
{
public:
RivWellPipesPartMgr(RimReservoirView* reservoirView, RimWell* well);
RivWellPipesPartMgr(RimEclipseView* reservoirView, RimWell* well);
~RivWellPipesPartMgr();
void setScaleTransform(cvf::Transform * scaleTransform) { m_scaleTransform = scaleTransform; scheduleGeometryRegen();}
@@ -55,7 +55,7 @@ public:
private:
caf::PdmPointer<RimReservoirView> m_rimReservoirView;
caf::PdmPointer<RimEclipseView> m_rimReservoirView;
caf::PdmPointer<RimWell> m_rimWell;
cvf::ref<cvf::Transform> m_scaleTransform;