Temporary disable well path fracture center

This commit is contained in:
Magne Sjaastad 2017-01-04 14:24:47 +01:00
parent 7e0417b310
commit 40cce6f990

View File

@ -109,7 +109,8 @@ QList<caf::PdmOptionItemInfo> RimWellPathFracture::calculateValueOptions(const c
//--------------------------------------------------------------------------------------------------
cvf::Vec3d RimWellPathFracture::centerPointForFracture()
{
return positionAtWellpath;
return cvf::Vec3d::UNDEFINED;
//return positionAtWellpath;
}
//--------------------------------------------------------------------------------------------------