From 201313a5de58f8134f5cc4b8d5471eae83d66260 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 20 Aug 2008 20:35:29 +0000 Subject: [PATCH] Changed the name of the pointer to edge Ep into the more standard VEp (like vertex plus and the other vertex to simplex adjacencies VFp and VTp) --- vcg/complex/edgemesh/allocate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/edgemesh/allocate.h b/vcg/complex/edgemesh/allocate.h index 3d4dc3e3..e27cb4ae 100644 --- a/vcg/complex/edgemesh/allocate.h +++ b/vcg/complex/edgemesh/allocate.h @@ -198,7 +198,7 @@ namespace vcg { if(!(*vi).IsD()) { if(VertexType::HasVEAdjacency()) - pu.Update((*vi).Ep()); + pu.Update((*vi).VEp()); } } // e poiche' lo spazio e' cambiato si ricalcola anche last da zero