Deal with BGL

This commit is contained in:
Andreas Fabri 2022-01-19 07:22:27 +00:00
parent a7435e7367
commit ed1e777525
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ void test_mesh(Adapter fga)
assert(num_halfedges(fga) == 10);
assert(num_vertices(fga) == 4);
halfedge_descriptor h = halfedge(*faces(fga).first, fga);
CGAL_assertion_code( vertex_descriptor v = source(h, fga));
vertex_descriptor v = source(h, fga);
//check that next() works inside the patch
assert(next(next(next(h, fga), fga), fga) == h);
//check that next() works on bordure of the patch