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:
Sebastien Loriot 2024-08-12 14:52:35 +02:00 committed by GitHub
commit 1f5d7fcbc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;