mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
Removed one non-relevant test for convex_hull
[SVN r76901]
This commit is contained in:
parent
47fcff59b3
commit
0141f5dc1e
@ -40,7 +40,8 @@ void test_convex_hull(Geometry const& geometry, Hull const& hull,
|
||||
<< " detected: " << n);
|
||||
|
||||
|
||||
BOOST_CHECK(bg::num_points(geometry) == size_original);
|
||||
// We omit this check as it is not important for the hull algorithm
|
||||
// BOOST_CHECK(bg::num_points(geometry) == size_original);
|
||||
|
||||
typename bg::default_area_result<Geometry>::type ah = bg::area(hull);
|
||||
if (reverse)
|
||||
|
Loading…
x
Reference in New Issue
Block a user