From 3bd42139845d77664337ce0496f6726ab3214fb1 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Fri, 7 Feb 2014 11:06:49 +0000 Subject: [PATCH] solved minor compilation issues --- .../algorithms/parametrization/tangent_field_operators.h | 6 +++--- 1 file 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 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