mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2079 WLP: Add text "RFT" in legend
This commit is contained in:
parent
99e2fc3570
commit
af34f5618e
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user