mirror of https://github.com/CGAL/cgal
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:
parent
847df9a0c9
commit
76de0f3f8c
|
|
@ -497,7 +497,6 @@ average_edge_length_around(const Vertex_handle v, const Tr& tr,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
CGAL_assertion(!edges.empty());
|
|
||||||
if (edges.empty())
|
if (edges.empty())
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue