mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4713 Summary Case : Shortname is not used in plot title
This commit is contained in:
@@ -293,7 +293,7 @@ void RimSummaryPlotNameHelper::extractPlotTitleSubStrings()
|
|||||||
|
|
||||||
if ( summaryCase )
|
if ( summaryCase )
|
||||||
{
|
{
|
||||||
m_titleCaseName = summaryCase->caseName();
|
m_titleCaseName = summaryCase->shortName();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ( ensembleCases.size() == 1 && summaryCases.empty() )
|
else if ( ensembleCases.size() == 1 && summaryCases.empty() )
|
||||||
|
|||||||
Reference in New Issue
Block a user