Browse Source

[bug fix]: uncomment boundary_facets

Former-commit-id: a79f95b7ca2622a66f0e01f0cfad3d2bcb878765
Alec Jacobson 6 năm trước cách đây
mục cha
commit
3f442b54f3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      include/igl/copyleft/tetgen/tetrahedralize.cpp

+ 2 - 2
include/igl/copyleft/tetgen/tetrahedralize.cpp

@@ -55,7 +55,7 @@ IGL_INLINE int igl::copyleft::tetgen::tetrahedralize(
   {
     return -1;
   }
-  //boundary_facets(TT,TF);
+  boundary_facets(TT,TF);
   return 0;
 }
 
@@ -208,7 +208,7 @@ IGL_INLINE int igl::copyleft::tetgen::tetrahedralize(
 	for (int i = 0; i < out.numberofpoints; ++i) {
 		TM[i] = out.pointmarkerlist[i];
 	}
-  //boundary_facets(TT,TF);
+  boundary_facets(TT,TF);
   return 0;
 }