diff --git a/vcg/complex/algorithms/parametrization/tangent_field_operators.h b/vcg/complex/algorithms/parametrization/tangent_field_operators.h index 2e79a17f..60d1a3e0 100644 --- a/vcg/complex/algorithms/parametrization/tangent_field_operators.h +++ b/vcg/complex/algorithms/parametrization/tangent_field_operators.h @@ -560,16 +560,16 @@ namespace vcg { ///check that is on border.. if (v.IsB())return false; - std::vector> posVec; + std::vector > posVec; //SortedFaces(v,faces); face::Pos pos(v.cVFp(), v.cVFi()); vcg::face::VFOrderedStarFF(pos, posVec); missmatch=0; - for (unsigned int i=0;i