mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-24 18:02:17 +00:00
[geometry] Fixed ticket 9047 (recursive inclusion) and unit test for ticket 8652
[SVN r85552]
This commit is contained in:
@@ -220,6 +220,9 @@ void test_areal()
|
||||
test_one<Polygon, Polygon, Polygon>("ticket_6958", ticket_6958[0], ticket_6958[1],
|
||||
1, 4, 4.34355e-05, 0.01);
|
||||
|
||||
test_one<Polygon, Polygon, Polygon>("ticket_8652", ticket_8652[0], ticket_8652[1],
|
||||
1, 4, 0.0003, 0.00001);
|
||||
|
||||
test_one<Polygon, Polygon, Polygon>("buffer_mp1", buffer_mp1[0], buffer_mp1[1],
|
||||
1, 31, 2.271707796);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user