remove comments

This commit is contained in:
Sébastien Loriot 2015-07-02 11:34:28 +02:00
parent 20bfec597f
commit 55cc85d253
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -7,7 +7,6 @@
#include <CGAL/mesh_segmentation.h>
#include <fstream>
//#include <map>
typedef CGAL::Simple_cartesian<double> Kernel;
typedef Kernel::Point_3 Point;