mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #5099 from OPM/improve-ensemble-statistics
Improve ensemble statistics
This commit is contained in:
@@ -72,6 +72,11 @@ public:
|
||||
return m_color;
|
||||
}
|
||||
|
||||
bool includeIncompleteCurves() const
|
||||
{
|
||||
return m_includeIncompleteCurves;
|
||||
}
|
||||
|
||||
void disableP10Curve( bool disable );
|
||||
void disableP50Curve( bool disable );
|
||||
void disableP90Curve( bool disable );
|
||||
@@ -93,6 +98,7 @@ private:
|
||||
caf::PdmField<bool> m_showP90Curve;
|
||||
caf::PdmField<bool> m_showMeanCurve;
|
||||
caf::PdmField<bool> m_showCurveLabels;
|
||||
caf::PdmField<bool> m_includeIncompleteCurves;
|
||||
|
||||
caf::PdmField<QString> m_warningLabel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user