Skip to content

Commit c2eafe7

Browse files
committed
FIX: commented out unused cgal
1 parent 5489f06 commit c2eafe7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/diffCheck/IOManager.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
#include <open3d/Open3D.h>
44

5-
#include <CGAL/Simple_cartesian.h>
6-
#include <CGAL/Polyhedron_3.h>
7-
#include <CGAL/IO/PLY/PLY_reader.h>
5+
// #include <CGAL/Simple_cartesian.h>
6+
// #include <CGAL/Polyhedron_3.h>
7+
// #include <CGAL/IO/PLY/PLY_reader.h>
88

9-
typedef CGAL::Simple_cartesian<double> Kernel;
10-
typedef CGAL::Polyhedron_3<Kernel> Polyhedron;
9+
// typedef CGAL::Simple_cartesian<double> Kernel;
10+
// typedef CGAL::Polyhedron_3<Kernel> Polyhedron;
1111

1212

1313
namespace diffCheck::io
@@ -25,7 +25,7 @@ namespace diffCheck::io
2525
std::shared_ptr<diffCheck::geometry::DFMesh> mesh = std::make_shared<diffCheck::geometry::DFMesh>();
2626
std::shared_ptr<open3d::geometry::TriangleMesh> open3dMesh = open3d::io::CreateMeshFromFile(filename);
2727
mesh->Cvt2DFMesh(open3dMesh);
28-
28+
2929
// bool isFromRhino = false;
3030
// std::ifstream file(filename);
3131
// std::string line;

0 commit comments

Comments
 (0)