From b2013c8ed6061387aa19f6c412ec4518cf05a266 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 15 Jul 2004 11:40:34 +0000 Subject: [PATCH] VFb to VFp --- vcg/complex/trimesh/allocate.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/allocate.h b/vcg/complex/trimesh/allocate.h index 76869d55..a5d2f8a2 100644 --- a/vcg/complex/trimesh/allocate.h +++ b/vcg/complex/trimesh/allocate.h @@ -24,6 +24,10 @@ History $Log: not supported by cvs2svn $ +Revision 1.7 2004/05/11 14:12:13 ganovelli +general comment: minor modifications to compile with g++. Almost all +insertions of "typename" keyword and new line at the end of file + Revision 1.6 2004/05/10 13:24:21 cignoni Updated names of adj functions and added ending newline @@ -196,7 +200,7 @@ static FaceIterator AddFaces(MeshType &m, int n, PointerUpdater &pu if(!(*vi).IsD()) { if(VertexType::HasVFAdjacency()) - pu.Update((*vi).VFb()); + pu.Update((*vi).VFp()); } // e poiche' lo spazio e' cambiato si ricalcola anche last da zero unsigned int siz=m.face.size()-n;