Initial PP should be set to 0 if not defined.

This commit is contained in:
jonjenssen 2021-10-20 15:18:01 +02:00 committed by jonjenssen
parent da30992d5a
commit 5bb49f4f57

View File

@ -486,7 +486,7 @@ bool RimWellIASettings::updateResInsightParameters()
} }
else else
{ {
return false; initialStress->addParameter( "PP", 0.0 );
} }
auto angles = RigWellPathGeometryTools::calculateAzimuthAndInclinationAtMd( ( m_startMD + m_endMD ) / 2.0, auto angles = RigWellPathGeometryTools::calculateAzimuthAndInclinationAtMd( ( m_startMD + m_endMD ) / 2.0,