Former-commit-id: c2cb7c1f2e31945af1e46599e10f1086a9ca7993
@@ -88,6 +88,7 @@ namespace igl
}
// Shallow copy constructor
// I solemnly swear it's OK to copy var this way
+ // Q: Is it really?
IGL_INLINE ReTwRWItem(const ReTwRWItem & that):
name(that.name),
type(that.type),
@@ -91,7 +91,7 @@ IGL_INLINE void igl::boundary_faces(
k++;
- assert(k==F.size());
+ assert(k==(int)F.size());
//if(k != F.size())
//{
// printf("%d =? %d\n",k,F.size());