removed harmless warnings
This commit is contained in:
parent
335afeee7e
commit
9aa23c4f6c
|
@ -1038,9 +1038,7 @@ private:
|
||||||
|
|
||||||
static int CountHoles( MeshType & m)
|
static int CountHoles( MeshType & m)
|
||||||
{
|
{
|
||||||
int numholes=0;
|
|
||||||
int numholev=0;
|
int numholev=0;
|
||||||
int BEdges=0;
|
|
||||||
FaceIterator fi;
|
FaceIterator fi;
|
||||||
FaceIterator gi;
|
FaceIterator gi;
|
||||||
vcg::face::Pos<FaceType> he;
|
vcg::face::Pos<FaceType> he;
|
||||||
|
|
Loading…
Reference in New Issue