#2655, #2610 Add legend config to curve set. No connected to curves yet...

This commit is contained in:
Bjørn Erik Jensen
2018-04-06 11:30:48 +02:00
parent 21a81744f1
commit ba5480fa81
6 changed files with 75 additions and 3 deletions

View File

@@ -280,7 +280,11 @@ void RimSummaryCaseMainCollection::loadAllSummaryCaseData()
{
for (RimSummaryCase* sumCase : allSummaryCases())
{
if (sumCase) sumCase->createSummaryReaderInterface();
if (sumCase)
{
sumCase->createSummaryReaderInterface();
addCaseRealizationParametersIfFound(*sumCase, sumCase->summaryHeaderFilename());
}
}
}