mirror of https://github.com/CGAL/cgal
fix confusing namespace
This commit is contained in:
parent
f4327cb289
commit
f6f158a121
|
|
@ -220,7 +220,7 @@ void tangential_relaxation(const VertexRange& vertices,
|
||||||
// at each vertex, compute barycenter of neighbors
|
// at each vertex, compute barycenter of neighbors
|
||||||
for(vertex_descriptor v : vertices)
|
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;
|
continue;
|
||||||
|
|
||||||
// collect hedges to detect if we have to handle boundary cases
|
// collect hedges to detect if we have to handle boundary cases
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue