#7026 Make well path/fracture intersection available for ellipse.

This commit is contained in:
Kristian Bendiksen
2021-01-28 11:45:10 +01:00
committed by Magne Sjaastad
parent 7ebca64050
commit 635ada7297
6 changed files with 28 additions and 28 deletions

View File

@@ -862,7 +862,7 @@ void RimFracture::setFractureTemplate( RimFractureTemplate* fractureTemplate )
}
else
{
m_wellPathDepthAtFracture = 0.0;
m_wellPathDepthAtFracture = fractureTemplate->wellPathDepthAtFracture();
}
if ( fractureTemplate->orientationType() == RimFractureTemplate::AZIMUTH )