#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

@@ -113,6 +113,7 @@ public:
bool hasP10Data() const;
bool hasP50Data() const;
bool hasP90Data() const;
bool hasMeanData() const;
private:
void updateEnsembleCurves(const std::vector<RimSummaryCase*>& sumCases);