Add ability to set GeoMech-result address programatically for Well Log Exctraction curves.

This commit is contained in:
Gaute Lindkvist
2018-06-29 11:25:30 +02:00
parent 76f0126e59
commit 62279d7a43
2 changed files with 11 additions and 0 deletions

View File

@@ -886,3 +886,11 @@ void RimWellLogExtractionCurve::setEclipseResultVariable(const QString& resVarna
{
m_eclipseResultDefinition->setResultVariable(resVarname);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellLogExtractionCurve::setGeoMechResultAddress(const RigFemResultAddress& resAddr)
{
m_geomResultDefinition->setResultAddress(resAddr);
}