Browse Source

remove stray writeOBJ

Former-commit-id: 6e70c6f6a667858a9378dc1a43bbd8d0a49f06e0
Alec Jacobson 8 years ago
parent
commit
a2f11006b4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      include/igl/copyleft/tetgen/mesh_with_skeleton.cpp

+ 0 - 3
include/igl/copyleft/tetgen/mesh_with_skeleton.cpp

@@ -10,8 +10,6 @@
 
 #include "../../sample_edges.h"
 #include "../../cat.h"
-#include "../../writeOFF.h"
-#include "../../writeOBJ.h"
 
 #include <iostream>
 // Default settings pq2Y tell tetgen to mesh interior of triangle mesh and
@@ -49,7 +47,6 @@ IGL_INLINE bool igl::copyleft::tetgen::mesh_with_skeleton(
   //   * has consistent orientation
   //   * has no self-intersections
   //   * has no 0-volume pieces
-  //writeOBJ("mesh_with_skeleton.obj",VS,F);
   cerr<<"tetgen begin()"<<endl;
   int status = tetrahedralize( VS,F,eff_tetgen_flags,VV,TT,FF);
   cerr<<"tetgen end()"<<endl;