#1996: Rename RimEclipseWellCollection -> RimSimWellInViewCollection

This commit is contained in:
Rebecca Cox
2017-10-13 14:20:47 +02:00
parent 44be1bfd6b
commit 7da8e3091b
41 changed files with 123 additions and 123 deletions

View File

@@ -25,7 +25,7 @@
#include "RimEclipseCase.h"
#include "RimEclipseView.h"
#include "RimEclipseWellCollection.h"
#include "RimSimWellInViewCollection.h"
#include "RimSimWellInView.h"
#include "RiuViewer.h"
@@ -195,7 +195,7 @@ cvf::Color3f RivWellSpheresPartMgr::wellCellColor(const RigWellResultFrame& well
cvf::Color3f cellColor(cvf::Color3f::GRAY);
RimEclipseWellCollection* wellColl = nullptr;
RimSimWellInViewCollection* wellColl = nullptr;
if (m_rimWell)
{
m_rimWell->firstAncestorOrThisOfType(wellColl);