mirror of https://github.com/CGAL/cgal
## Summary of Changes When the criterion `edge_min_size` is set, the graph of features is likely to be invalid or at least inconsistent with the input graph. Checking its topology does not make any sense and could lead to hanging when trying to compute polyline feature lengths (because it's trying to walk on different curves, jumping from one to the other, etc). This PR disables the check-features-after-protect step when `edge_min_size` is used, since we anyway do not expect the feature graph to be exactly matching the one of the input. ## Release Management * Affected package(s): Mesh_3 * License and copyright ownership: unchanged |
||
|---|---|---|
| .. | ||
| benchmark/Mesh_3 | ||
| doc/Mesh_3 | ||
| examples/Mesh_3 | ||
| include/CGAL | ||
| package_info/Mesh_3 | ||
| test/Mesh_3 | ||
| TODO | ||