std::std::vector<PVertex> sostituito con std::vector<PVertex>
This commit is contained in:
parent
9f3b8ed8c9
commit
ffc3b5e909
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.4 2005/05/30 09:13:08 ganovelli
|
||||||
|
error in include
|
||||||
|
|
||||||
Revision 1.3 2005/05/17 21:19:37 ganovelli
|
Revision 1.3 2005/05/17 21:19:37 ganovelli
|
||||||
some std::and typename missing (CRS4)
|
some std::and typename missing (CRS4)
|
||||||
|
|
||||||
|
@ -80,7 +83,7 @@ namespace vcg
|
||||||
return v->IsD();
|
return v->IsD();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
typedef typename GridStaticPtr< std::std::vector<PVertex> > GridType;
|
typedef typename GridStaticPtr< std::vector<PVertex> > GridType;
|
||||||
|
|
||||||
static void Join(PVertex pv0,PVertex & pv1){
|
static void Join(PVertex pv0,PVertex & pv1){
|
||||||
pv1.e->V(pv1.z) = pv0.v;
|
pv1.e->V(pv1.z) = pv0.v;
|
||||||
|
|
Loading…
Reference in New Issue