mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-30 20:02:11 +00:00
Relaxed tolerance of one test for boost trunk summary / different compilers
[SVN r69571]
This commit is contained in:
@@ -132,7 +132,7 @@ void test_all()
|
||||
test_one<polygon, polygon, polygon>("intersect_holes_new_ring",
|
||||
intersect_holes_new_ring[0], intersect_holes_new_ring[1],
|
||||
3, 0, 9.8961,
|
||||
4, 0, 121.8961);
|
||||
4, 0, 121.8961, 0.01);
|
||||
|
||||
test_one<polygon, polygon, polygon>("first_within_hole_of_second",
|
||||
first_within_hole_of_second[0], first_within_hole_of_second[1],
|
||||
|
||||
Reference in New Issue
Block a user