FaceType::VerteType --> FaceType::VertexType
This commit is contained in:
parent
c8317febdc
commit
de92614c18
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.30 2007/05/16 15:12:40 fiorin
|
||||||
|
Added std:: prefix to swap call
|
||||||
|
|
||||||
Revision 1.29 2006/12/06 00:08:21 cignoni
|
Revision 1.29 2006/12/06 00:08:21 cignoni
|
||||||
Removed Oldstyle uberZ access to FF adjacency
|
Removed Oldstyle uberZ access to FF adjacency
|
||||||
|
|
||||||
|
@ -543,7 +546,7 @@ void VFDetach(FaceType & f, int z)
|
||||||
template <class FaceType>
|
template <class FaceType>
|
||||||
void VFAppend(FaceType* & f, int z)
|
void VFAppend(FaceType* & f, int z)
|
||||||
{
|
{
|
||||||
typename FaceType::VerteType *v = f->V(z);
|
typename FaceType::VertexType *v = f->V(z);
|
||||||
if (v->VFp()!=0)
|
if (v->VFp()!=0)
|
||||||
{
|
{
|
||||||
FaceType *f0=v->VFp();
|
FaceType *f0=v->VFp();
|
||||||
|
|
Loading…
Reference in New Issue