From 40cce6f99096fa4d63d9d9bffcea871111e810f7 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 4 Jan 2017 14:24:47 +0100 Subject: [PATCH] Temporary disable well path fracture center --- ApplicationCode/ProjectDataModel/RimWellPathFracture.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } //--------------------------------------------------------------------------------------------------