some warning resolved
This commit is contained in:
parent
ab19874591
commit
c8a300af63
|
@ -285,7 +285,7 @@ private:
|
||||||
if(!IsVertex)continue;
|
if(!IsVertex)continue;
|
||||||
|
|
||||||
///then follows the seam
|
///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;
|
FaceType *f=seamsVert[i][j].first;
|
||||||
int edge=seamsVert[i][j].second;
|
int edge=seamsVert[i][j].second;
|
||||||
|
|
Loading…
Reference in New Issue