fix np in test

This commit is contained in:
Sébastien Loriot 2021-10-25 11:47:52 +02:00
parent 49608861ea
commit 726e1d4b25
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ int main(int argc, char* argv[])
generate_input_two_subdomains(1000, tr);
CGAL::tetrahedral_isotropic_remeshing(tr, target_edge_length,
CGAL::parameters::cell_selector(Cells_of_subdomain(2)));
CGAL::parameters::cell_is_selected_map(Cells_of_subdomain(2)));
return EXIT_SUCCESS;
}