fix warning

This commit is contained in:
Sébastien Loriot 2024-03-27 10:46:09 +01:00
parent 7205e10f89
commit 1eab1c7a4d
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ public:
using Edge = typename Tr::Edge; using Edge = typename Tr::Edge;
using Facet = typename Tr::Facet; using Facet = typename Tr::Facet;
using Cell_handle = typename Tr::Cell_handle;
auto ecmap = choose_parameter(get_parameter(np, internal_np::edge_is_constrained), auto ecmap = choose_parameter(get_parameter(np, internal_np::edge_is_constrained),
CGAL::Constant_property_map<Edge, bool>(false)); CGAL::Constant_property_map<Edge, bool>(false));