#1390 Ensure computed statistics view is added to statistics case

This commit is contained in:
Bjørnar Grip Fjær
2017-04-03 12:35:19 +02:00
parent e4354a0891
commit 3cefc2f7a8
3 changed files with 19 additions and 17 deletions

View File

@@ -701,7 +701,7 @@ void RimEclipseStatisticsCase::computeStatisticsAndUpdateViews()
if (reservoirViews.size() == 0)
{
RicNewViewFeature::addReservoirView();
RicNewViewFeature::addReservoirView(this, nullptr);
}
}