mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Scale length threshold based on average DZ
This commit is contained in:
@@ -1025,7 +1025,8 @@ void RigGeoMechWellLogExtractor::calculateIntersection()
|
||||
double md1 = m_wellPathGeometry->measuredDepths()[wpp];
|
||||
double md2 = m_wellPathGeometry->measuredDepths()[wpp + 1];
|
||||
|
||||
insertIntersectionsInMap( intersections, p1, md1, p2, md2, &uniqueIntersections );
|
||||
const double tolerance = 0.1;
|
||||
insertIntersectionsInMap( intersections, p1, md1, p2, md2, tolerance, &uniqueIntersections );
|
||||
}
|
||||
|
||||
this->populateReturnArrays( uniqueIntersections );
|
||||
|
||||
Reference in New Issue
Block a user