mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2296 Summary Plot Title. Fix region number bug
This commit is contained in:
parent
01faccee1c
commit
79bcc2d727
@ -192,7 +192,7 @@ void RimSummaryPlotNameHelper::extractPlotTitleSubStrings()
|
||||
|
||||
if (regions.size() == 1)
|
||||
{
|
||||
m_titleRegion = *(regions.begin());
|
||||
m_titleRegion = std::to_string(*(regions.begin()));
|
||||
}
|
||||
|
||||
// Case mane
|
||||
|
Loading…
Reference in New Issue
Block a user