extra manual fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user