From b44dd2ba46fdcf564e82aa64cca08b88d97b4367 Mon Sep 17 00:00:00 2001 From: Pierre Alliez Date: Mon, 14 Jul 2008 14:00:10 +0000 Subject: [PATCH] another attempt to get the mesh simplification compile on Windows. --- Polyhedron/demo/Polyhedron/MainWindow_simplify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/MainWindow_simplify.cpp b/Polyhedron/demo/Polyhedron/MainWindow_simplify.cpp index 72a5477b53e..21a48ca83d1 100644 --- a/Polyhedron/demo/Polyhedron/MainWindow_simplify.cpp +++ b/Polyhedron/demo/Polyhedron/MainWindow_simplify.cpp @@ -21,7 +21,7 @@ void MainWindow::on_actionSimplify_triggered() namespace SMS = CGAL::Surface_mesh_simplification; // DOES NOT COMPILE - //SMS::Count_stop_predicate< Polyhedron > stop(nb_edges); // target # edges + // SMS::Count_stop_predicate< Polyhedron > stop(nb_edges); // target # edges //SMS::edge_collapse( *pMesh, stop, // CGAL::vertex_index_map(boost::get(CGAL::vertex_external_index,*pMesh)) // .edge_index_map(boost::get(CGAL::edge_external_index,*pMesh)));