mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 21:44:04 +00:00
[test][algorithms][sym_difference] fix call to test_difference (due to new
function prototype that takes as argument a ut_settings object)
This commit is contained in:
parent
312cbd92d4
commit
dd5773a40d
@ -67,12 +67,15 @@ struct test_sym_difference_of_areal_geometries
|
||||
<< expected_area
|
||||
<< "; detected: " << bg::area(sdf) << std::endl;
|
||||
#endif
|
||||
ut_settings settings;
|
||||
settings.percentage = tolerance;
|
||||
|
||||
test_difference
|
||||
<
|
||||
PolygonOut
|
||||
>(case_id, areal1, areal2,
|
||||
expected_polygon_count, expected_point_count, expected_area,
|
||||
tolerance, true);
|
||||
tolerance, settings);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user