mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Temporary disable well path fracture center
This commit is contained in:
parent
7e0417b310
commit
40cce6f990
@ -109,7 +109,8 @@ QList<caf::PdmOptionItemInfo> RimWellPathFracture::calculateValueOptions(const c
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
cvf::Vec3d RimWellPathFracture::centerPointForFracture()
|
cvf::Vec3d RimWellPathFracture::centerPointForFracture()
|
||||||
{
|
{
|
||||||
return positionAtWellpath;
|
return cvf::Vec3d::UNDEFINED;
|
||||||
|
//return positionAtWellpath;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user