mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5160 Fix wording around FG in shale calculation
This commit is contained in:
@@ -603,7 +603,7 @@ void RigGeoMechWellLogExtractor::wellBoreWallCurveData( const RigFemResultAddres
|
||||
void RigGeoMechWellLogExtractor::wellBoreFGShale( int frameIndex, std::vector<double>* values )
|
||||
{
|
||||
WbsParameterSource source = m_parameterSources.at( RigWbsParameter::FG_Shale() );
|
||||
if ( source == RigWbsParameter::MATTHEWS_KELLY )
|
||||
if ( source == RigWbsParameter::DERIVED_FROM_K0FG )
|
||||
{
|
||||
std::vector<double> PP0; // results
|
||||
std::vector<double> K0_FG, OBG0; // parameters
|
||||
|
||||
Reference in New Issue
Block a user