mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4782 Well Log Plots: make default variable PORO
This commit is contained in:
parent
79da8ba5b5
commit
1968703da8
@ -214,7 +214,8 @@ void RimWellLogExtractionCurve::setPropertiesFromView( Rim3dView* view )
|
||||
}
|
||||
else if ( eclipseCase )
|
||||
{
|
||||
m_eclipseResultDefinition->setResultVariable( "SOIL" );
|
||||
m_eclipseResultDefinition->setResultType( RiaDefines::STATIC_NATIVE );
|
||||
m_eclipseResultDefinition->setResultVariable( "PORO" );
|
||||
}
|
||||
|
||||
RimGeoMechView* geoMechView = dynamic_cast<RimGeoMechView*>( view );
|
||||
|
Loading…
Reference in New Issue
Block a user