Skip to content

Commit c3192b7

Browse files
Update BentleyOttmann.cs
1 parent a5d1b59 commit c3192b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Advanced.Algorithms/Geometry/BentleyOttmann.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public class BentleyOttmann
3030
public BentleyOttmann(int precision = 5)
3131
{
3232
pointComparer = new PointComparer();
33-
3433
Tolerance = Math.Round(Math.Pow(0.1, precision), precision);
3534
}
3635

0 commit comments

Comments
 (0)