Fix of missing changes from previous merge commits. Missing rename of anchestor to ancestor

This commit is contained in:
Jacob Støren
2016-09-28 14:35:57 +02:00
parent cbb626aa31
commit 3bca03a722
10 changed files with 16 additions and 16 deletions

View File

@@ -329,7 +329,7 @@ void RimIntersectionBox::rebuildGeometryAndScheduleCreateDisplayModel()
m_intersectionBoxPartMgr = nullptr;
RimView* rimView = NULL;
this->firstAnchestorOrThisOfType(rimView);
this->firstAncestorOrThisOfType(rimView);
if (rimView)
{
rimView->scheduleCreateDisplayModelAndRedraw();
@@ -384,12 +384,12 @@ void RimIntersectionBox::clampSinglePlaneValues()
cvf::BoundingBox RimIntersectionBox::currentCellBoundingBox()
{
RimCase* rimCase = NULL;
this->firstAnchestorOrThisOfType(rimCase);
this->firstAncestorOrThisOfType(rimCase);
CVF_ASSERT(rimCase);
RimEclipseView* eclView = nullptr;
this->firstAnchestorOrThisOfType(eclView);
this->firstAncestorOrThisOfType(eclView);
bool useAllCells = true;
if (eclView)