mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3690 Missing Summary Data. Fix strange summary vector names in the legend
This commit is contained in:
parent
4818a4fd71
commit
b89dcf3eb1
@ -305,7 +305,7 @@ void RimSummaryCurveAutoName::appendAddressDetails(std::string&
|
||||
if (m_wellSegmentNumber)
|
||||
{
|
||||
if (!text.empty()) text += ":";
|
||||
text += ":" + summaryAddress.wellSegmentNumber();
|
||||
text += std::to_string(summaryAddress.wellSegmentNumber());
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user