mirror of https://github.com/CGAL/cgal
Apply suggestions from code review
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
2fc5fde73b
commit
20526dddda
|
|
@ -978,6 +978,7 @@ void generate_subtriangles(std::size_t ti,
|
|||
namespace autorefine_impl{
|
||||
// Forward declaration
|
||||
struct Wrap_snap_visitor;
|
||||
|
||||
template <typename PointRange, typename PolygonRange, class NamedParameters = parameters::Default_named_parameters>
|
||||
bool polygon_soup_snap_rounding(PointRange &points,
|
||||
PolygonRange &triangles,
|
||||
|
|
|
|||
Loading…
Reference in New Issue