cgal/Polyhedron
Maxime Gimeno e07b95e7ee Non manifold edges fix
- The test to detect the non manifold edges was wrong. It had an unnecessary condition.
- The function that fills the list of non manifold edges was not called anymore. It is
  now called in compute_normals_and_vertices().
- I added the necessary code to display the non manifold edges.
2015-09-04 14:43:25 +02:00
..
demo/Polyhedron Non manifold edges fix 2015-09-04 14:43:25 +02:00
doc/Polyhedron improve wording in the manual 2015-06-22 12:40:44 +02:00
examples/Polyhedron use Side_of_triangle_mesh 2015-07-16 16:32:04 +02:00
include/CGAL Merge branch 'old/Polygon_mesh_processing-GF' into Polygon_mesh_processing-GF 2015-07-13 08:16:59 +02:00
package_info/Polyhedron
test/Polyhedron
dont_submit