Corrected EFi function as vcg/bugs/43/
This commit is contained in:
parent
cca512c266
commit
a5ea80d9df
|
@ -343,7 +343,7 @@ public:
|
|||
EFAdj(){_fp=0;}
|
||||
typename T::FacePointer &EFp() {return _fp; }
|
||||
typename T::FacePointer cEFp() const {return _fp; }
|
||||
int &EFi() {static int z=0; return z;}
|
||||
int &EFi() {return _zp; }
|
||||
int cEFi() const {return _zp; }
|
||||
template < class LeftV>
|
||||
void ImportData(const LeftV & left ) { T::ImportData( left); }
|
||||
|
|
Loading…
Reference in New Issue