bug in update of VF adj
This commit is contained in:
parent
82a897b53e
commit
a6269df8cd
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.3 2004/03/12 15:25:29 cignoni
|
||||||
|
Corrected bug on the return of a wrong iterator
|
||||||
|
|
||||||
Revision 1.2 2004/03/03 15:35:52 cignoni
|
Revision 1.2 2004/03/03 15:35:52 cignoni
|
||||||
Yet another cr lf mismatch
|
Yet another cr lf mismatch
|
||||||
|
|
||||||
|
@ -182,11 +185,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).Fp());
|
||||||
pu.Update((*fi).F(0));
|
|
||||||
pu.Update((*fi).F(1));
|
|
||||||
pu.Update((*fi).F(2));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// 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