mirror of https://github.com/CGAL/cgal
Fix compilation
This commit is contained in:
parent
91cce231f4
commit
7ad62d7cfe
|
|
@ -1142,7 +1142,7 @@ public:
|
||||||
{
|
{
|
||||||
const halfedge_descriptor bhd = Polygon_mesh_processing::longest_border(tmesh).first;
|
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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue