#2331 Renamed RimView to Rim3dView

This commit is contained in:
Jacob Støren
2018-01-09 10:11:28 +01:00
parent 038914dc01
commit cb6d49a611
139 changed files with 1487 additions and 394 deletions

View File

@@ -22,7 +22,7 @@
#include "RimIntersection.h"
#include "RimIntersectionBox.h"
#include "RimSimWellInView.h"
#include "RimView.h"
#include "Rim3dView.h"
#include "RiuMainWindow.h"
@@ -156,7 +156,7 @@ void RimIntersectionCollection::appendIntersection(RimIntersection* intersection
updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(intersection);
RimView* rimView = NULL;
Rim3dView* rimView = NULL;
firstAncestorOrThisOfType(rimView);
if (rimView)
{
@@ -179,7 +179,7 @@ void RimIntersectionCollection::fieldChangedByUi(const caf::PdmFieldHandle* chan
{
if (changedField == &isActive)
{
RimView* rimView = NULL;
Rim3dView* rimView = NULL;
firstAncestorOrThisOfType(rimView);
if (rimView)
{