with quality

This commit is contained in:
Nico Pietroni 2004-05-05 13:09:37 +00:00
parent 3915e378ee
commit 3bd2e495b6
1 changed files with 5 additions and 5 deletions

View File

@ -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