From: El Hadi Moussi Date: Wed, 7 Aug 2024 10:29:41 +0000 (+0200) Subject: Correct EPSILON_PRIMITIVE X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=549eb7d5f03c75dbd36169d249461e55d4f864d6;p=tools%2Fmedcoupling.git Correct EPSILON_PRIMITIVE --- diff --git a/src/ShapeRecogn/ShapeRecongConstants.hxx b/src/ShapeRecogn/ShapeRecongConstants.hxx index d2a4628eb..801df4dfa 100644 --- a/src/ShapeRecogn/ShapeRecongConstants.hxx +++ b/src/ShapeRecogn/ShapeRecongConstants.hxx @@ -23,7 +23,7 @@ namespace MEDCoupling { // Nodes - constexpr double EPSILON_PRIMITIVE = 0.05; + constexpr double EPSILON_PRIMITIVE = 0.005; // Areas // - Match constexpr double TOL_MATCH_CYLINDER = 0.05;