Compare commits

...
Author SHA1 Message Date
Alec Jacobson 536d566b61 dubious removal of assert 2020-01-13 18:00:05 -05:00
+1 -1
View File
@@ -49,7 +49,7 @@ IGL_INLINE std::vector<int> igl::circulation(
// back to start?
if(fi == f0)
{
assert(ei == e);
// assert(ei == e);
break;
}
}