unused argc, argv

This commit is contained in:
Jane Tournois 2024-03-22 10:22:48 +01:00
parent 369cfb6a37
commit ad98ab16b7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ typedef CGAL::Mesh_3::Mesher_3<C3t3,
// To avoid verbose function and named parameters call
using namespace CGAL::parameters;
int main(int argc, char*argv[])
int main()
{
const std::string fname = CGAL::data_file_path("meshes/halfcube.off");
// Create input polyhedron