#1397 Crash when computing statistics when no statistics case is created when adding source eclipse case

This commit is contained in:
Bjørnar Grip Fjær 2017-04-04 15:16:13 +02:00
parent a49c830a0f
commit 677e326213

View File

@ -387,6 +387,7 @@ RimEclipseStatisticsCase* RimIdenticalGridCaseGroup::createAndAppendStatisticsCa
newStatisticsCase->populateResultSelectionAfterLoadingGrid();
newStatisticsCase->openEclipseGridFile();
newStatisticsCase->eclipseCaseData()->computeActiveCellBoundingBoxes();
return newStatisticsCase;
}