Add branch index accessor

This commit is contained in:
Rebecca Cox 2017-11-03 14:52:15 +01:00
parent 46aa029717
commit fc4ceeda95

View File

@ -938,6 +938,14 @@ QString RimWellRftPlot::currentWellName() const
return m_wellName;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
int RimWellRftPlot::branchIndex() const
{
return m_branchIndex;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------