浏览代码

Remove out of date code.

Former-commit-id: 5b83db01101957cd50e49e1821f5ef17894b0a5f
Qingnan Zhou 9 年之前
父节点
当前提交
79d71be007
共有 1 个文件被更改,包括 0 次插入17 次删除
  1. 0 17
      include/igl/copyleft/cgal/SelfIntersectMesh.h

+ 0 - 17
include/igl/copyleft/cgal/SelfIntersectMesh.h

@@ -31,23 +31,6 @@ namespace igl
   {
     namespace cgal
     {
-      template<typename Kernel>
-      class DeepCoper {
-        public:
-          typename Kernel::FT operator()(const typename Kernel::FT& x) {
-            return typename Kernel::FT(x);
-          }
-      };
-
-      template<>
-      class DeepCoper<CGAL::Exact_predicates_exact_constructions_kernel> {
-        public:
-          typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
-          typename Kernel::FT operator()(const typename Kernel::FT& x) {
-            return Kernel::FT(x.exact() +1) - 1;
-          }
-      };
-
       // Kernel is a CGAL kernel like:
       //     CGAL::Exact_predicates_inexact_constructions_kernel
       // or