mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add one statistical case object when creating a case group
p4#: 20808
This commit is contained in:
@@ -789,5 +789,10 @@ void RimUiTreeView::slotComputeStatisticalCases()
|
||||
if (!statisticalObject) return;
|
||||
|
||||
statisticalObject->computeStatistics();
|
||||
|
||||
if (statisticalObject->reservoirViews.size() == 0)
|
||||
{
|
||||
slotAddView();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user