added initial #define to avoid multiple inclusion
This commit is contained in:
parent
d9a064764a
commit
5846e9a86d
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef _BITQUAD_OPTIMIZATION
|
||||||
|
#define _BITQUAD_OPTIMIZATION
|
||||||
|
|
||||||
namespace vcg{namespace tri{
|
namespace vcg{namespace tri{
|
||||||
|
|
||||||
|
@ -381,3 +383,5 @@ static ScalarType MeasureQuality(MeshType &m)
|
||||||
|
|
||||||
};
|
};
|
||||||
}} // end namespace vcg::tri
|
}} // end namespace vcg::tri
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue