mirror of https://github.com/CGAL/cgal
fix test orient_polygon_soup
This commit is contained in:
parent
9ecbd05a4c
commit
6c1609c83c
|
|
@ -191,7 +191,7 @@ int main()
|
|||
assert(test_orient<Epic>(false) == 0);
|
||||
assert(test_orient<Epec>(false) == 0);
|
||||
|
||||
bool res = test_pipeline<Epic, CGAL::Sequential_tag>();
|
||||
int res = test_pipeline<Epic, CGAL::Sequential_tag>();
|
||||
assert(res == 0);
|
||||
res = test_pipeline<Epec, CGAL::Sequential_tag>();
|
||||
assert(res == 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue