#4696 Make Nodel, POR the default GeoMech well log extraction curve

This commit is contained in:
Gaute Lindkvist 2019-09-11 13:46:31 +02:00
parent fb12ad7db0
commit 8b052f3c04

View File

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