mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Initial PP should be set to 0 if not defined.
This commit is contained in:
parent
da30992d5a
commit
5bb49f4f57
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user