From 0148e9ff4bcc0410d9f15c67c83c53b4c8e94bd7 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 12 Jan 2020 22:34:50 +1100 Subject: [PATCH] corrected some compilation issue --- vcg/complex/algorithms/symmetry.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vcg/complex/algorithms/symmetry.h b/vcg/complex/algorithms/symmetry.h index f5f4d890..de0516c5 100644 --- a/vcg/complex/algorithms/symmetry.h +++ b/vcg/complex/algorithms/symmetry.h @@ -226,7 +226,7 @@ public: //create the sphere vcg::tri::Sphere(*sphere,SubDirections); vcg::tri::UpdateBounding::Box(*sphere); - sphere->face.EnableMark(); + //sphere->face.EnableMark(); ///initialize grid GridSph.Set(sphere->face.begin(),sphere->face.end()); @@ -244,7 +244,7 @@ public: VotingPos.resize(radiusSph*sphere->fn); ///then count votes - for (size_t i=0;iIsB())&&(v1->IsB()))))continue; Elect(v0->P(),v1->P()); } - SortedPlanes.resize(Votes.size()); for (size_t i=0;i(Votes[i],i);