another attempt to get the mesh simplification compile on Windows.

This commit is contained in:
Pierre Alliez 2008-07-14 14:00:10 +00:00
parent 43be43d690
commit b44dd2ba46
1 changed files with 1 additions and 1 deletions

View File

@ -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)));