#8993 Default Ensemble Curve : Do not show statistics for history vectors

This commit is contained in:
Magne Sjaastad
2022-05-30 15:27:01 +02:00
parent 9f4d242a5d
commit 6a7e2f6033
3 changed files with 11 additions and 0 deletions

View File

@@ -61,6 +61,14 @@ bool RimEnsembleStatistics::isActive() const
return m_active;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimEnsembleStatistics::setShowStatisticsCurves( bool show )
{
m_active = show;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------