some warning resolved

This commit is contained in:
Nico Pietroni 2012-11-18 18:09:46 +00:00
parent ab19874591
commit c8a300af63
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ private:
if(!IsVertex)continue;
///then follows the seam
for (int j=0;j<seamsVert[i].size();j++)
for (unsigned int j=0;j<seamsVert[i].size();j++)
{
FaceType *f=seamsVert[i][j].first;
int edge=seamsVert[i][j].second;