mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2659 Ensemble statistics. Small fixes
This commit is contained in:
@@ -129,6 +129,8 @@ void RimEnsembleStatisticsCase::calculate(const std::vector<RimSummaryCase*> sum
|
||||
std::vector<time_t> allTimeSteps;
|
||||
std::vector<std::vector<double>> allValues;
|
||||
|
||||
if (!inputAddress.isValid()) return;
|
||||
|
||||
allValues.reserve(sumCases.size());
|
||||
for (const auto& sumCase : sumCases)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user