size_t fix in polyconnectivity
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@865 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -115,7 +115,7 @@ PolyConnectivity::FaceHandle
|
|||||||
PolyConnectivity::add_face(const VertexHandle* _vertex_handles, size_t _vhs_size)
|
PolyConnectivity::add_face(const VertexHandle* _vertex_handles, size_t _vhs_size)
|
||||||
{
|
{
|
||||||
VertexHandle vh;
|
VertexHandle vh;
|
||||||
uint i, ii, n(_vhs_size), id;
|
size_t i, ii, n(_vhs_size), id;
|
||||||
HalfedgeHandle inner_next, inner_prev,
|
HalfedgeHandle inner_next, inner_prev,
|
||||||
outer_next, outer_prev,
|
outer_next, outer_prev,
|
||||||
boundary_next, boundary_prev,
|
boundary_next, boundary_prev,
|
||||||
|
|||||||
Reference in New Issue
Block a user