diff --git a/include/Algo/Remeshing/pliant.hpp b/include/Algo/Remeshing/pliant.hpp index b19dd6aaa558a0d47a2834efb052fec6ba12024f..5374c11bf28ea80b07b66a9e6188e58766ae30dc 100644 --- a/include/Algo/Remeshing/pliant.hpp +++ b/include/Algo/Remeshing/pliant.hpp @@ -178,11 +178,11 @@ void pliantRemeshing(typename PFP::MAP& map, VertexAttribute } // update vertices normals - Algo::Geometry::computeNormalVertices(map, position, normal) ; + Algo::Surface::Geometry::computeNormalVertices(map, position, normal) ; // tangential relaxation VertexAttribute centroid = map.template addAttribute("centroid") ; - Geometry::computeNeighborhoodCentroidVertices(map, position, centroid) ; + Surface::Geometry::computeNeighborhoodCentroidVertices(map, position, centroid) ; CellMarker vm(map) ; for(Dart d = map.begin(); d != map.end(); map.next(d))