extra manual fixes

This commit is contained in:
Sébastien Loriot
2021-10-05 17:42:21 +02:00
parent 6dad5b6922
commit efbd86df7f
11 changed files with 13 additions and 13 deletions
@@ -24,7 +24,7 @@ namespace PMP = CGAL::Polygon_mesh_processing;
int main(int argc, char* argv[])
{
const char* filename1 = (argc > 1) ? argv[1] : CGAL::data_file_path("meshes/P.off");
const std::string filename1 = (argc > 1) ? argv[1] : CGAL::data_file_path("meshes/P.off");
Surface_mesh mesh1;
Polyhedron mesh2;