VFb to VFp
This commit is contained in:
parent
6b76ff4570
commit
b2013c8ed6
|
|
@ -24,6 +24,10 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.6 2004/05/10 13:24:21 cignoni
|
||||||
Updated names of adj functions and added ending newline
|
Updated names of adj functions and added ending newline
|
||||||
|
|
||||||
|
|
@ -196,7 +200,7 @@ static FaceIterator AddFaces(MeshType &m, int n, PointerUpdater<FacePointer> &pu
|
||||||
if(!(*vi).IsD())
|
if(!(*vi).IsD())
|
||||||
{
|
{
|
||||||
if(VertexType::HasVFAdjacency())
|
if(VertexType::HasVFAdjacency())
|
||||||
pu.Update((*vi).VFb());
|
pu.Update((*vi).VFp());
|
||||||
}
|
}
|
||||||
// e poiche' lo spazio e' cambiato si ricalcola anche last da zero
|
// e poiche' lo spazio e' cambiato si ricalcola anche last da zero
|
||||||
unsigned int siz=m.face.size()-n;
|
unsigned int siz=m.face.size()-n;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue