diff --git a/wrap/igl/arap_parametrization.h b/wrap/igl/arap_parametrization.h index 0ecff3e1..159bc58c 100644 --- a/wrap/igl/arap_parametrization.h +++ b/wrap/igl/arap_parametrization.h @@ -74,7 +74,7 @@ void OptimizeUV_ARAP( } // build fixed points data - int nFixed = 0; + size_t nFixed = 0; if (fixedMask != 0) { for (size_t i=0; i void InitializeArapWithLSCM(MeshType & m, unsigned int fixedMask = 0) { typedef typename MeshType::ScalarType ScalarType; - typedef typename MeshType::CoordType CoordType; typedef typename MeshType::VertexType::TexCoordType::PointType TexPointType; typedef typename TexPointType::ScalarType TexScalarType;