mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1585 corrected calculations of achor cell on fracture
Move IJK achor cell visualization to SimWellFracture Remove unused IJK fields and IJK anchor cell from RimFracture, because they are ambigous for well path fractions. Should be a list, but not implemented yet
This commit is contained in:
@@ -70,7 +70,8 @@ int RigHexIntersectionTools::lineHexCellIntersection(const cvf::Vec3d p1, const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RigHexIntersectionTools::isPointInCell(const cvf::Vec3d point, const cvf::Vec3d hexCorners[8])
|
||||
bool RigHexIntersectionTools::isPointInCell(const cvf::Vec3d point,
|
||||
const cvf::Vec3d hexCorners[8])
|
||||
{
|
||||
cvf::Ray ray;
|
||||
ray.setOrigin(point);
|
||||
|
||||
Reference in New Issue
Block a user