From f9d20fad7df917a26313554c9a046bce322dbba0 Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Thu, 18 May 2017 18:27:37 +0200 Subject: [PATCH] warnings fixed --- .../algorithms/parametrization/tangent_field_operators.h | 2 +- vcg/complex/algorithms/voronoi_remesher.h | 2 +- wrap/igl/smooth_field.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vcg/complex/algorithms/parametrization/tangent_field_operators.h b/vcg/complex/algorithms/parametrization/tangent_field_operators.h index b42228d9..26a997d6 100644 --- a/vcg/complex/algorithms/parametrization/tangent_field_operators.h +++ b/vcg/complex/algorithms/parametrization/tangent_field_operators.h @@ -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 faceVec; diff --git a/vcg/complex/algorithms/voronoi_remesher.h b/vcg/complex/algorithms/voronoi_remesher.h index d6bc90bc..50756e1c 100644 --- a/vcg/complex/algorithms/voronoi_remesher.h +++ b/vcg/complex/algorithms/voronoi_remesher.h @@ -720,4 +720,4 @@ protected: } // end namespace tri } // end namespace vcg -#endif _VCGLIB_VORONOI_REMESHER_H +#endif // _VCGLIB_VORONOI_REMESHER_H diff --git a/wrap/igl/smooth_field.h b/wrap/igl/smooth_field.h index 0d707532..e5e1d0dd 100644 --- a/wrap/igl/smooth_field.h +++ b/wrap/igl/smooth_field.h @@ -391,7 +391,7 @@ public: static void InitByCurvature(MeshType & mesh, - int Nring, + unsigned Nring, bool UpdateFaces=true) {