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)

This commit is contained in:
Paolo Cignoni 2008-08-20 20:35:29 +00:00
parent 559161beda
commit 201313a5de
1 changed files with 1 additions and 1 deletions

View File

@ -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