mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 21:02:13 +00:00
[union][test] adapt one of the testcases for NO_ROBUSTNESS
This commit is contained in:
@@ -126,7 +126,12 @@ void test_areal()
|
||||
|
||||
test_one<Polygon, MultiPolygon, MultiPolygon>("ticket_9081",
|
||||
ticket_9081[0], ticket_9081[1],
|
||||
4, 0, 31, 0.2187385);
|
||||
#if defined(BOOST_GEOMETRY_NO_ROBUSTNESS)
|
||||
3,
|
||||
#else
|
||||
4,
|
||||
#endif
|
||||
0, 31, 0.2187385);
|
||||
}
|
||||
|
||||
template <typename P>
|
||||
|
||||
Reference in New Issue
Block a user