mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add ability to set GeoMech-result address programatically for Well Log Exctraction curves.
This commit is contained in:
@@ -886,3 +886,11 @@ void RimWellLogExtractionCurve::setEclipseResultVariable(const QString& resVarna
|
||||
{
|
||||
m_eclipseResultDefinition->setResultVariable(resVarname);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogExtractionCurve::setGeoMechResultAddress(const RigFemResultAddress& resAddr)
|
||||
{
|
||||
m_geomResultDefinition->setResultAddress(resAddr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user