Fix compilation

This commit is contained in:
Mael Rouxel-Labbé 2020-07-21 17:15:36 +02:00
parent 91cce231f4
commit 7ad62d7cfe
1 changed files with 1 additions and 1 deletions

View File

@ -1142,7 +1142,7 @@ public:
{
const halfedge_descriptor bhd = Polygon_mesh_processing::longest_border(tmesh).first;
return parameterize(tmesh, bhd, uvmap, vimap, vpmap, iterations);
return parameterize(tmesh, bhd, uvmap, iterations);
}
};