fix test orient_polygon_soup

This commit is contained in:
Maxime Gimeno 2020-03-26 14:13:24 +01:00
parent 9ecbd05a4c
commit 6c1609c83c
1 changed files with 1 additions and 1 deletions

View File

@ -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);