mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
(#430) Added name to GeoMech WellLog curves in the form of Field.Component
This commit is contained in:
parent
8cb579279f
commit
f26fa65d98
@ -303,6 +303,15 @@ void RimWellLogExtractionCurve::updateCurveTitle()
|
||||
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_plotCurve->setTitle(m_userName);
|
||||
|
Loading…
Reference in New Issue
Block a user