mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#430) Added name to GeoMech WellLog curves in the form of Field.Component
This commit is contained in:
@@ -303,6 +303,15 @@ void RimWellLogExtractionCurve::updateCurveTitle()
|
|||||||
resVar = m_eclipseResultDefinition->resultVariable();
|
resVar = m_eclipseResultDefinition->resultVariable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (geomCase)
|
||||||
|
{
|
||||||
|
QString resCompName = m_geomResultDefinition->resultComponentUiName();
|
||||||
|
if (resCompName.isEmpty())
|
||||||
|
resVar = m_geomResultDefinition->resultFieldUiName();
|
||||||
|
else
|
||||||
|
resVar = m_geomResultDefinition->resultFieldUiName() + "." + resCompName ;
|
||||||
|
}
|
||||||
|
|
||||||
m_userName = resVar;
|
m_userName = resVar;
|
||||||
|
|
||||||
m_plotCurve->setTitle(m_userName);
|
m_plotCurve->setTitle(m_userName);
|
||||||
|
|||||||
Reference in New Issue
Block a user