Corrected the FHp member of the polygon.
This commit is contained in:
parent
d86bbfae4e
commit
15bec03c89
|
@ -52,8 +52,8 @@ public:
|
||||||
inline void Dealloc(){}
|
inline void Dealloc(){}
|
||||||
|
|
||||||
// EmptyPFHAdj
|
// EmptyPFHAdj
|
||||||
typename T::HEdgePointer &FHp(const int & ) { static typename T::HEdgePointer fp=0; assert(0); return fp; }
|
typename T::HEdgePointer &FHp() { static typename T::HEdgePointer fp=0; assert(0); return fp; }
|
||||||
typename T::HEdgePointer const cFHp(const int & ) const { static typename T::HEdgePointer const fp=0; return fp; }
|
typename T::HEdgePointer const cFHp() const { return 0; }
|
||||||
static bool HasFHAdjacency() { return false; }
|
static bool HasFHAdjacency() { return false; }
|
||||||
private:
|
private:
|
||||||
int _ns;
|
int _ns;
|
||||||
|
|
Loading…
Reference in New Issue