Fix NP usage

This commit is contained in:
Mael Rouxel-Labbé 2019-08-30 13:57:56 +02:00 committed by Sébastien Loriot
parent 5f2069a6b3
commit 677908e405
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ int main(int argc, char** argv)
// Copy the mesh and perturb it slightly
tm2 = tm1;
bool do_project = false;
PMP::random_perturbation( tm2.vertices(), tm2, 0.1, do_project );
PMP::random_perturbation( tm2.vertices(), tm2, 0.1, CGAL::parameters::do_project(do_project));
std::cout << "Perturbed the input mesh, now computing the Hausdorff distance." << std::endl;
// Compute the Hausdorff distance