Skip to content
Snippets Groups Projects
Commit fd8a3bc3 authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Increase tolerance when checking for degenerated facets.

parent 13dca1bf
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ namespace dd4hep { ...@@ -57,7 +57,7 @@ namespace dd4hep {
const ROOT::Geom::Vertex_t& v1 = vertices[0]; const ROOT::Geom::Vertex_t& v1 = vertices[0];
const ROOT::Geom::Vertex_t& v2 = vertices[1]; const ROOT::Geom::Vertex_t& v2 = vertices[1];
const ROOT::Geom::Vertex_t& v3 = vertices[2]; const ROOT::Geom::Vertex_t& v3 = vertices[2];
constexpr double epsilon = 1.e-20; constexpr double epsilon = 1.0e-10;
// v1.x v2.x v3.x v1.x v2.x // v1.x v2.x v3.x v1.x v2.x
// //
// v1.y v2.y v3.y v1.y v2.y // v1.y v2.y v3.y v1.y v2.y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment