From 3915e378eea69941d2d4ec9443cbbca7fc898ee7 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 12:27:11 +0000 Subject: [PATCH] with quality --- vcg/simplex/tetrahedron/with/av.h | 15 --------------- vcg/simplex/tetrahedron/with/avq.h | 17 ----------------- vcg/simplex/tetrahedron/with/{q.h => tq.h} | 0 3 files changed, 32 deletions(-) delete mode 100644 vcg/simplex/tetrahedron/with/av.h delete mode 100644 vcg/simplex/tetrahedron/with/avq.h rename vcg/simplex/tetrahedron/with/{q.h => tq.h} (100%) diff --git a/vcg/simplex/tetrahedron/with/av.h b/vcg/simplex/tetrahedron/with/av.h deleted file mode 100644 index ad6d4bbb..00000000 --- a/vcg/simplex/tetrahedron/with/av.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __VCGLIB_TETRA_AV_TYPE -#define __VCGLIB_TETRA_AV_TYPE - -#define TETRA_TYPE TetraAV - -#define __VCGLIB_TETRA_A -#define __VCGLIB_TETRA_V -#include - -#undef TETRA_TYPE - -#undef __VCGLIB_TETRA_A -#undef __VCGLIB_TETRA_V - -#endif diff --git a/vcg/simplex/tetrahedron/with/avq.h b/vcg/simplex/tetrahedron/with/avq.h deleted file mode 100644 index df060b35..00000000 --- a/vcg/simplex/tetrahedron/with/avq.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __VCGLIB_TETRA_AVQ_TYPE -#define __VCGLIB_TETRA_AVQ_TYPE - -#define TETRA_TYPE TetraAVQ - -#define __VCGLIB_TETRA_A -#define __VCGLIB_TETRA_V -#define __VCGLIB_TETRA_Q -#include - -#undef TETRA_TYPE - -#undef __VCGLIB_TETRA_A -#undef __VCGLIB_TETRA_V -#undef __VCGLIB_TETRA_Q - -#endif diff --git a/vcg/simplex/tetrahedron/with/q.h b/vcg/simplex/tetrahedron/with/tq.h similarity index 100% rename from vcg/simplex/tetrahedron/with/q.h rename to vcg/simplex/tetrahedron/with/tq.h