diff --git a/ApplicationCode/ProjectDataModel/RimWellPathFracture.cpp b/ApplicationCode/ProjectDataModel/RimWellPathFracture.cpp index 6bc478bb74..c97b8f3554 100644 --- a/ApplicationCode/ProjectDataModel/RimWellPathFracture.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellPathFracture.cpp @@ -109,7 +109,8 @@ QList RimWellPathFracture::calculateValueOptions(const c //-------------------------------------------------------------------------------------------------- cvf::Vec3d RimWellPathFracture::centerPointForFracture() { - return positionAtWellpath; + return cvf::Vec3d::UNDEFINED; + //return positionAtWellpath; } //--------------------------------------------------------------------------------------------------