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) {