mirror of https://github.com/CGAL/cgal
fix np in test
This commit is contained in:
parent
49608861ea
commit
726e1d4b25
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue