Merge branch 'Polygon_mesh_processing-GF' into Polygon_mesh_processing_OpenMesh-GF

Conflicts:
	Polygon_mesh_processing/examples/Polygon_mesh_processing/remove_degeneracies_example.cpp
This commit is contained in:
Sébastien Loriot
2015-05-14 15:45:35 +02:00
3 changed files with 8 additions and 8 deletions
@@ -24,7 +24,7 @@ int main(int argc, char* argv[])
std::size_t nb
= CGAL::Polygon_mesh_processing::remove_degenerate_faces(mesh);
std::cout << "There were " << nb << " degenerate faces in this mesh" << std::endl;
std::cerr << "There were " << nb << " degenerate faces in this mesh" << std::endl;
mesh.collect_garbage();
std::cout << mesh << std::endl;
return 0;