浏览代码

dubious removal of assert

Alec Jacobson 6 年之前
父节点
当前提交
536d566b61
共有 1 个文件被更改,包括 1 次插入1 次删除
  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?
     if(fi == f0)
     {
-      assert(ei == e);
+     // assert(ei == e);
       break;
     }
   }