#1040 - pre-proto - Implemented function centerPointForFracture

This commit is contained in:
astridkbjorke
2017-01-05 13:28:43 +01:00
parent 508c2ba1a2
commit 6e1f4128a1
2 changed files with 29 additions and 4 deletions

View File

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