mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix auto short names for regular Summary (non-ensemble) cases
This commit is contained in:
@@ -288,6 +288,10 @@ RimSummaryCaseCollection*
|
||||
}
|
||||
|
||||
summaryCaseCollection->addCase( summaryCase );
|
||||
if ( isEnsemble )
|
||||
{
|
||||
summaryCase->setDisplayNameOption( RimSummaryCase::DisplayName::SHORT_CASE_NAME );
|
||||
}
|
||||
}
|
||||
|
||||
summaryCaseCollection->setAsEnsemble( isEnsemble );
|
||||
|
||||
Reference in New Issue
Block a user