mirror of https://github.com/CGAL/cgal
another attempt to get the mesh simplification compile on Windows.
This commit is contained in:
parent
43be43d690
commit
b44dd2ba46
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue