Skip to content

Commit

Permalink
Refix #346
Browse files Browse the repository at this point in the history
  • Loading branch information
QuimMoya committed Oct 31, 2024
1 parent fcd0804 commit 0463e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/geometry/operations/boolean-utils/eps.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ constexpr double tolerancePointOnLine = 1.0E-04;
/*
Constants used in aabb.h
*/
constexpr double toleranceAABB = 1.0E-01;
constexpr double toleranceAABB = 1.0E-03;

/*
Constants used in function intersect_ray_triangle
Expand Down

0 comments on commit 0463e2b

Please sign in to comment.