#3211 Ensemble statistics. Display warning when time range mismatch

This commit is contained in:
Bjørn Erik Jensen
2018-08-15 10:59:47 +02:00
parent 2ddc3d77df
commit 611cf998ae
5 changed files with 21 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ private:
caf::PdmField<bool> m_showMeanCurve;
caf::PdmField<bool> m_showCurveLabels;
caf::PdmField<QString> m_warningLabel;
caf::PdmField<cvf::Color3f> m_color;
};