fix confusing namespace

This commit is contained in:
Sébastien Loriot 2022-03-29 15:15:54 +02:00
parent f4327cb289
commit f6f158a121
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ void tangential_relaxation(const VertexRange& vertices,
// at each vertex, compute barycenter of neighbors
for(vertex_descriptor v : vertices)
{
if (get(vcm, v) || internal::is_isolated(v, tm))
if (get(vcm, v) || CGAL::internal::is_isolated(v, tm))
continue;
// collect hedges to detect if we have to handle boundary cases