#2079 WLP: Add text "RFT" in legend

This commit is contained in:
Rebecca Cox 2017-11-01 16:19:18 +01:00
parent 99e2fc3570
commit af34f5618e

View File

@ -232,10 +232,13 @@ QString RimWellLogRftCurve::createCurveAutoName()
{
QStringList name;
if (wellName() != "")
if (!wellName().isEmpty())
{
name.push_back(wellName());
}
name.push_back("RFT");
if (m_eclipseResultCase)
{
name.push_back(m_eclipseResultCase->caseName());