mirror of https://github.com/CGAL/cgal
remove comments
This commit is contained in:
parent
20bfec597f
commit
55cc85d253
|
|
@ -4,10 +4,7 @@
|
|||
#include <CGAL/boost/graph/properties_Surface_mesh.h>
|
||||
#include <CGAL/Mean_curvature_flow_skeletonization.h>
|
||||
|
||||
//#include <boost/property_map/property_map.hpp>
|
||||
|
||||
#include <fstream>
|
||||
//#include <map>
|
||||
|
||||
typedef CGAL::Simple_cartesian<double> Kernel;
|
||||
typedef Kernel::Point_3 Point;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
#include <CGAL/mesh_segmentation.h>
|
||||
|
||||
#include <fstream>
|
||||
//#include <map>
|
||||
|
||||
typedef CGAL::Simple_cartesian<double> Kernel;
|
||||
typedef Kernel::Point_3 Point;
|
||||
|
|
|
|||
Loading…
Reference in New Issue