this assertion is invalid

it would break for example when the function takes a far vertex, inserted by
parallel version of Mesh_3
This commit is contained in:
Jane Tournois 2024-07-25 12:18:39 +02:00
parent 847df9a0c9
commit 76de0f3f8c
1 changed files with 0 additions and 1 deletions

View File

@ -497,7 +497,6 @@ average_edge_length_around(const Vertex_handle v, const Tr& tr,
break;
}
CGAL_assertion(!edges.empty());
if (edges.empty())
return 0;