Skip to content

Commit

Permalink
Tet remeshing - remove assertion in Adaptive sizing field (CGAL#8378)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
sloriot authored Aug 12, 2024
2 parents 6c54f77 + 76de0f3 commit 1f5d7fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1f5d7fc

Please sign in to comment.