Merge pull request #4805 from OPM/feature-wbs-st-s33

#4798 Set ST S33 as default geomech curve
This commit is contained in:
Gaute Lindkvist 2019-10-01 08:18:00 +02:00 committed by GitHub
commit 763df18b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ void RimWellLogExtractionCurve::setPropertiesFromView( Rim3dView* view )
}
else if ( geomCase )
{
m_geomResultDefinition->setResultAddress( RigFemResultAddress( RIG_NODAL, "POR-Bar", "" ) );
m_geomResultDefinition->setResultAddress( RigFemResultAddress( RIG_ELEMENT_NODAL, "ST", "S33" ) );
}
clearGeneratedSimWellPaths();