with quality
This commit is contained in:
parent
3915e378ee
commit
3bd2e495b6
|
@ -1,14 +1,14 @@
|
|||
#ifndef __VCGLIB_TETRA_Q_TYPE
|
||||
#define __VCGLIB_TETRA_Q_TYPE
|
||||
#ifndef __VCGLIB_TETRA_TQ_TYPE
|
||||
#define __VCGLIB_TETRA_TQ_TYPE
|
||||
|
||||
#define TETRA_TYPE TetraQ
|
||||
#define TETRA_TYPE TetraTQ
|
||||
|
||||
#define __VCGLIB_TETRA_Q
|
||||
#define __VCGLIB_TETRA_TQ
|
||||
|
||||
#include <vcg/simplex/tetrahedron/base.h>
|
||||
|
||||
#undef TETRA_TYPE
|
||||
|
||||
#undef __VCGLIB_TETRA_Q
|
||||
#undef __VCGLIB_TETRA_TQ
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue