#1714 Adding point at fracture position to the vector of wellPathPoints used in calculation of intersection between fracture and wellpath.

This commit is contained in:
astridkbjorke
2017-08-02 11:13:27 +02:00
parent 7e44fe185e
commit d55c362bf0
8 changed files with 44 additions and 12 deletions

View File

@@ -47,14 +47,6 @@ RimWellPathFracture::RimWellPathFracture(void)
RimWellPathFracture::~RimWellPathFracture()
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
double RimWellPathFracture::measuredDepth() const
{
return m_measuredDepth();
}
//--------------------------------------------------------------------------------------------------
///