fixes after merge

This commit is contained in:
Sébastien Loriot 2022-01-19 20:53:49 +01:00
parent 1491983b93
commit 96fee1cf0c
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ void test(const char* filename)
}
test_no_cover(mesh);
test_cover(mesh, CGAL::parameters::all_default());
test_cover(mesh, CGAL::parameters::default_values());
}
int main(int, char**)