mirror of https://github.com/CGAL/cgal
Tet remeshing - remove assertion in Adaptive sizing field (#8378)
## Summary of Changes The assertion is invalid (at least) when the function takes a far vertex, inserted by parallel version of Mesh_3. ## Release Management * Affected package(s): Mesh_3 * License and copyright ownership: unchanged
This commit is contained in:
commit
1f5d7fcbc0
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue