warnings fixed

This commit is contained in:
Luigi Malomo 2017-05-18 18:27:37 +02:00
parent a745b77c04
commit f9d20fad7d
3 changed files with 3 additions and 3 deletions

View File

@ -981,7 +981,7 @@ public:
}
}
///set the face cross vector from vertex one
///set the vert cross vector from the faces
static void SetVertCrossVectorFromFace(VertexType &v)
{
std::vector<FaceType *> faceVec;

View File

@ -720,4 +720,4 @@ protected:
} // end namespace tri
} // end namespace vcg
#endif _VCGLIB_VORONOI_REMESHER_H
#endif // _VCGLIB_VORONOI_REMESHER_H

View File

@ -391,7 +391,7 @@ public:
static void InitByCurvature(MeshType & mesh,
int Nring,
unsigned Nring,
bool UpdateFaces=true)
{