#1996 Rename RimEclipseWell -> RimSimWellInView

This commit is contained in:
Rebecca Cox
2017-10-13 09:29:42 +02:00
parent 3e986a63a1
commit d748803159
72 changed files with 329 additions and 328 deletions

View File

@@ -26,7 +26,7 @@
class RimIntersection;
class RimIntersectionBox;
class RimEclipseCellColors;
class RimEclipseWell;
class RimSimWellInView;
namespace cvf {
class ModelBasicList;
@@ -51,7 +51,7 @@ public:
void appendIntersection(RimIntersection* intersection);
void appendIntersectionBox(RimIntersectionBox* intersectionBox);
bool hasActiveIntersectionForSimulationWell(const RimEclipseWell* eclipseWell) const;
bool hasActiveIntersectionForSimulationWell(const RimSimWellInView* eclipseWell) const;
void updateIntersectionBoxGeometry();