#2552 Minor refactoring

This commit is contained in:
Jacob Støren
2018-03-12 12:36:39 +01:00
parent 543c99371b
commit e314450e2e
3 changed files with 14 additions and 2 deletions

View File

@@ -281,6 +281,16 @@ double RimSimWellInView::pipeRadius()
return pipeRadius;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
int RimSimWellInView::pipeCrossSectionVertexCount()
{
RimSimWellInViewCollection* simWellCollection = nullptr;
this->firstAncestorOrThisOfTypeAsserted(simWellCollection);
return simWellCollection->pipeCrossSectionVertexCount();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------