mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Compute placeholder results when creating grid case group
This commit is contained in:
@@ -1792,6 +1792,12 @@ bool RiaApplication::addEclipseCases(const QStringList& fileNames)
|
||||
info.setProgress(i);
|
||||
}
|
||||
|
||||
if (gridCaseGroup)
|
||||
{
|
||||
// Create placeholder results and propagate results info from main case to all other cases
|
||||
gridCaseGroup->loadMainCaseAndActiveCellInfo();
|
||||
}
|
||||
|
||||
RimUiTreeModelPdm* uiModel = RiuMainWindow::instance()->uiPdmModel();
|
||||
|
||||
uiModel->updateUiSubTree( m_project->activeOilField()->analysisModels());
|
||||
|
||||
Reference in New Issue
Block a user