Skip to content

Commit 3df746d

Browse files
committed
Disable rounding
1 parent 2b5ea3c commit 3df746d

File tree

1 file changed

+1
-1
lines changed
  • src/cpp/geometry/operations/boolean-utils

1 file changed

+1
-1
lines changed

src/cpp/geometry/operations/boolean-utils/eps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ constexpr double toleranceAddFace = 1.0E-10;
6060
6161
To disable/enable rounding, set ROUNDING_ENABLE to 0/1.
6262
*/
63-
constexpr int ROUNDING_ENABLE = 1;
63+
constexpr int ROUNDING_ENABLE = 0;
6464
constexpr double ROUNDING = 1.0E-04;
6565
constexpr double ROUNDING_RECIPROCAL = 1.0E+04;
6666

0 commit comments

Comments
 (0)