Browse Source

Not sure propost processing on duplicated faces are needed.

Former-commit-id: 10b1f232aad48b5d45da7c4ed8ee85ae3915d7e3
Qingnan Zhou 10 years ago
parent
commit
8a026bfeb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/boolean/mesh_boolean.cpp

+ 1 - 1
include/igl/boolean/mesh_boolean.cpp

@@ -245,7 +245,7 @@ IGL_INLINE void igl::mesh_boolean(
   cout<<"clean..."<<endl;
   cout<<"clean..."<<endl;
 #endif
 #endif
   // Deal with duplicate faces
   // Deal with duplicate faces
-  //if (false)
+  if (false)
   {
   {
     VectorXi IA,IC;
     VectorXi IA,IC;
     MatrixX3I uG;
     MatrixX3I uG;