ソースを参照

comment out writing ply

Former-commit-id: 5e5dd5e099f9232ad552c66b9bb7907ce9f64221
Alec Jacobson 8 年 前
コミット
cc89cd81e4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      include/igl/copyleft/cgal/closest_facet.cpp

+ 2 - 2
include/igl/copyleft/cgal/closest_facet.cpp

@@ -15,7 +15,7 @@
 #include "order_facets_around_edge.h"
 #include "submesh_aabb_tree.h"
 #include "../../vertex_triangle_adjacency.h"
-#include "../../writePLY.h"
+//#include "../../writePLY.h"
 
 template<
   typename DerivedV,
@@ -402,7 +402,7 @@ IGL_INLINE void igl::copyleft::cgal::closest_facet(
       for (size_t i=0; i<adj_faces.size(); i++) {
         tmp_faces.row(i) = F.row(adj_faces[i]);
       }
-      igl::writePLY("debug.ply", tmp_vertices, tmp_faces, false);
+      //igl::writePLY("debug.ply", tmp_vertices, tmp_faces, false);
       throw std::runtime_error("Invalid vertex neighborhood");
     }
     const auto itr = v2f.equal_range(d);