Add general ownercase access method

Preparations for #292
This commit is contained in:
Jacob Støren
2015-05-20 12:29:01 +02:00
parent b280c2287e
commit 6a9555a196
5 changed files with 22 additions and 0 deletions

View File

@@ -471,6 +471,14 @@ void RimGeoMechView::initAfterRead()
this->updateUiIconFromToggleField();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimCase* RimGeoMechView::ownerCase()
{
return m_geomechCase;
}
//--------------------------------------------------------------------------------------------------
///