add missing namespace

This commit is contained in:
Jane Tournois 2020-11-20 16:18:11 +01:00
parent bc18b7d331
commit f2f10e7a22
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ private:
stack.push(ed); stack.push(ed);
} }
if(internal::has_degenerate_faces(m_intrinsic_tm, Traits())) if(CGAL::Heat_method_3::internal::has_degenerate_faces(m_intrinsic_tm, Traits()))
mollify(min_length*1e-4); mollify(min_length*1e-4);
loop_over_edges(stack, mark_edges); loop_over_edges(stack, mark_edges);