#5326 Phase Distribution : Add individual visibility control of oil/gas/water

This commit is contained in:
Magne Sjaastad
2020-01-13 09:10:03 +01:00
parent aaf939794d
commit bd0c165d17
4 changed files with 40 additions and 1 deletions

View File

@@ -108,6 +108,14 @@ void RimWellDistributionPlot::setPlotOptions( bool groupSmallContributions,
m_maximumTof = maximumTof;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RiaDefines::PhaseType RimWellDistributionPlot::phase() const
{
return m_phase();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------