#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

@@ -32,7 +32,7 @@
#include "RimEclipseCase.h"
#include "RimEclipseView.h"
#include "RimEclipseWellCollection.h"
#include "RimSimWellInViewCollection.h"
#include "RimSimWellInView.h"
#include "RivPipeGeometryGenerator.h"
@@ -235,7 +235,7 @@ void RivWellHeadPartMgr::buildWellHeadParts(size_t frameIndex)
cvf::Color4f headColor(cvf::Color3::GRAY);
RimEclipseWellCollection* wellColl = nullptr;
RimSimWellInViewCollection* wellColl = nullptr;
if (m_rimWell)
{
m_rimWell->firstAncestorOrThisOfType(wellColl);
@@ -331,7 +331,7 @@ void RivWellHeadPartMgr::appendDynamicGeometryPartsToModel(cvf::ModelBasicList*
if (m_rimReservoirView.isNull()) return;
if (m_rimWell.isNull()) return;
RimEclipseWellCollection* wellCollection = nullptr;
RimSimWellInViewCollection* wellCollection = nullptr;
m_rimWell->firstAncestorOrThisOfType(wellCollection);
if (!wellCollection) return;