diff --git a/ApplicationLibCode/ReservoirDataModel/RigEclipseWellLogExtractor.cpp b/ApplicationLibCode/ReservoirDataModel/RigEclipseWellLogExtractor.cpp index 60ef905628..ca2589a0b1 100644 --- a/ApplicationLibCode/ReservoirDataModel/RigEclipseWellLogExtractor.cpp +++ b/ApplicationLibCode/ReservoirDataModel/RigEclipseWellLogExtractor.cpp @@ -215,7 +215,7 @@ cvf::Vec3d RigEclipseWellLogExtractor::calculateLengthInCell( size_t cellIndex, double RigEclipseWellLogExtractor::computeLengthThreshold() const { // Default length tolerance for most common grid sizes - double tolerance = 0.1; + double tolerance = 0.01; // For grids with very thin z-layers, reduce the tolerance to be able to find the intersections // If not, the intersection will be considered as non-valid cell edge intersection and discarded