VFi++ -> ++VFi

This commit is contained in:
Federico Ponchio 2007-05-29 00:07:06 +00:00
parent 1a3ea71ef5
commit 35d53d62c3
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.18 2006/02/27 19:26:14 spinelli
minor bug in Face-Face topology loop fixed
Revision 1.17 2006/02/27 11:56:48 spinelli
minor bug in Face-Face topology loop fixed
@ -277,7 +280,7 @@ static void TestVertexFace(MeshType &m)
{
assert(!VFi.F()->IsD());
assert((VFi.F()->V(VFi.I()))==&(*vi));
VFi++;
++VFi;
}
}
}