From 35d53d62c377bd19042e42b9908f284467741a90 Mon Sep 17 00:00:00 2001 From: ponchio Date: Tue, 29 May 2007 00:07:06 +0000 Subject: [PATCH] VFi++ -> ++VFi --- vcg/complex/trimesh/update/topology.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/update/topology.h b/vcg/complex/trimesh/update/topology.h index 2e33f486..5c9c99f1 100644 --- a/vcg/complex/trimesh/update/topology.h +++ b/vcg/complex/trimesh/update/topology.h @@ -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; } } }