Fix after merge
This commit is contained in:
parent
79a7f588b9
commit
0b798267d6
4 changed files with 38 additions and 33 deletions
|
@ -847,7 +847,7 @@ priv::CutMesh priv::to_cgal(const indexed_triangle_set &its,
|
|||
}
|
||||
}
|
||||
assert(vertices_count <= vertices.size());
|
||||
assert(edges_count <= (indices.size() * 3) / 2);
|
||||
assert(edges_count <= (indices.size() * 3));
|
||||
assert(faces_count <= indices.size());
|
||||
|
||||
CutMesh result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue