vi/fi mismatch in ClipWithBox

This commit is contained in:
Paolo Cignoni 2006-01-22 17:06:27 +00:00
parent 5a2ed7b59d
commit a5f755bf9f
1 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.30 2006/01/22 10:07:42 cignoni
Corrected use of Area with the unambiguous DoubleArea
Added ClipWithBox function
Revision 1.29 2006/01/11 15:40:14 cignoni Revision 1.29 2006/01/11 15:40:14 cignoni
Added RemoveDegenerateFace and added its automatic invocation at the end of RemoveDuplicateVertex Added RemoveDegenerateFace and added its automatic invocation at the end of RemoveDuplicateVertex
@ -336,7 +340,7 @@ namespace vcg {
--m.vn; --m.vn;
} }
} }
for (fi = m.face.begin(); fi != m.face.end(); ++fi) if(!(*vi).IsD()) for (fi = m.face.begin(); fi != m.face.end(); ++fi) if(!(*fi).IsD())
{ {
if( (*fi).V(0)->IsD() || if( (*fi).V(0)->IsD() ||
(*fi).V(1)->IsD() || (*fi).V(1)->IsD() ||