#3690 Missing Summary Data. Fix strange summary vector names in the legend

This commit is contained in:
Bjørn Erik Jensen 2018-11-21 12:30:40 +01:00
parent 4818a4fd71
commit b89dcf3eb1

View File

@ -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;