mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
This commit is contained in:
@@ -280,7 +280,11 @@ void RimSummaryCaseMainCollection::loadAllSummaryCaseData()
|
||||
{
|
||||
for (RimSummaryCase* sumCase : allSummaryCases())
|
||||
{
|
||||
if (sumCase) sumCase->createSummaryReaderInterface();
|
||||
if (sumCase)
|
||||
{
|
||||
sumCase->createSummaryReaderInterface();
|
||||
addCaseRealizationParametersIfFound(*sumCase, sumCase->summaryHeaderFilename());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user