Browse Source

dubious removal of assert

Alec Jacobson 6 years ago
parent
commit
536d566b61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/circulation.cpp

+ 1 - 1
include/igl/circulation.cpp

@@ -49,7 +49,7 @@ IGL_INLINE std::vector<int> igl::circulation(
     // back to start?
     // back to start?
     if(fi == f0)
     if(fi == f0)
     {
     {
-      assert(ei == e);
+     // assert(ei == e);
       break;
       break;
     }
     }
   }
   }