Added intialization of _flags to zero in the default constructor of face
This commit is contained in:
parent
50f4e33dcc
commit
9df077d22f
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.30 2005/10/13 09:25:43 cignoni
|
||||||
|
Added cFFp and cVFp const member functions
|
||||||
|
|
||||||
Revision 1.29 2005/09/28 19:32:09 m_di_benedetto
|
Revision 1.29 2005/09/28 19:32:09 m_di_benedetto
|
||||||
Added const qualifier in GetBBox method.
|
Added const qualifier in GetBBox method.
|
||||||
|
|
||||||
|
@ -162,7 +165,7 @@ public:
|
||||||
typedef Box3<ScalarType> BoxType;
|
typedef Box3<ScalarType> BoxType;
|
||||||
|
|
||||||
/// Default Empty Costructor
|
/// Default Empty Costructor
|
||||||
inline FACE_TYPE(){}
|
inline FACE_TYPE(){_flags=0;}
|
||||||
|
|
||||||
/// This are the _flags of face, the default value is 0
|
/// This are the _flags of face, the default value is 0
|
||||||
int _flags;
|
int _flags;
|
||||||
|
|
Loading…
Reference in New Issue