From 71ae65fde7c98b56933384ffcf5f56c03ea2a879 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 11 Apr 2016 20:34:56 +0000 Subject: [PATCH] Modified according to the changes of edge::VVStarVE --- vcg/complex/algorithms/clean.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/clean.h b/vcg/complex/algorithms/clean.h index cd2632f4..f39494a1 100644 --- a/vcg/complex/algorithms/clean.h +++ b/vcg/complex/algorithms/clean.h @@ -505,7 +505,7 @@ public: for(size_t i=0;i VVStarVec; - edge::VVStarVE(&(m.vert[i]),VVStarVec); + edge::VVStarVE(&(m.vert[i]),VVStarVec); if(VVStarVec.size()==2) { CoordType v0 = m.vert[i].P() - VVStarVec[0]->P();