mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1558 Move Hexintersection methods to a separate file
To make it easierr to see and use from other code.
This commit is contained in:
@@ -85,7 +85,7 @@ void RigEclipseWellLogExtractor::calculateIntersection()
|
||||
hexCorners[7] = nodeCoords[cornerIndices[7]];
|
||||
|
||||
//int intersectionCount = RigHexIntersector::lineHexCellIntersection(p1, p2, hexCorners, closeCells[cIdx], &intersections);
|
||||
RigHexIntersector::lineHexCellIntersection(p1, p2, hexCorners, closeCells[cIdx], &intersections);
|
||||
RigHexIntersectionTools::lineHexCellIntersection(p1, p2, hexCorners, closeCells[cIdx], &intersections);
|
||||
}
|
||||
|
||||
if (!isCellFaceNormalsOut)
|
||||
|
||||
Reference in New Issue
Block a user