From ef0a22c229ccdcc608c6d717fa68f107e1e34951 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Wed, 29 Nov 2006 15:25:22 +0000 Subject: [PATCH] Removed limit. --- vcg/complex/trimesh/hole.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/vcg/complex/trimesh/hole.h b/vcg/complex/trimesh/hole.h index 71d4d963..01aeeb66 100644 --- a/vcg/complex/trimesh/hole.h +++ b/vcg/complex/trimesh/hole.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.18 2006/11/29 15:18:49 giec +Code refactory and bugfix. + Revision 1.17 2006/11/24 10:42:39 mariolatronico Now compiles on gcc under linux. @@ -924,11 +927,6 @@ void MinimumWeightFill(MESH &m, bool Selected) ps = *ith; getBoundHole(ps,app); - if(app.size() >= 200) - { - continue; - } - vf = calculateMinimumWeightTriangulation(m, app); if(vf.size() == 0)continue;//non e' stata trovata la triangolazione