Removed limit.

This commit is contained in:
Paolo Cignoni 2006-11-29 15:25:22 +00:00
parent 4110ebe3aa
commit ef0a22c229
1 changed files with 3 additions and 5 deletions

View File

@ -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