#2039 PLT Plot: Add branch index getter

This commit is contained in:
Rebecca Cox
2017-11-05 11:27:51 +01:00
parent 7f3ec2ad84
commit 7e707f131c
2 changed files with 9 additions and 0 deletions

View File

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