From a989a39c199dcca32f7ba4423b9ddcbaea840cc8 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 11 May 2004 15:20:30 +0000 Subject: [PATCH] *** empty log message *** --- vcg/simplex/face/with/{fnav.h => avfn.h} | 6 +++--- vcg/simplex/face/with/fnva.h | 16 ---------------- 2 files changed, 3 insertions(+), 19 deletions(-) rename vcg/simplex/face/with/{fnav.h => avfn.h} (64%) delete mode 100644 vcg/simplex/face/with/fnva.h diff --git a/vcg/simplex/face/with/fnav.h b/vcg/simplex/face/with/avfn.h similarity index 64% rename from vcg/simplex/face/with/fnav.h rename to vcg/simplex/face/with/avfn.h index 21b264e3..747a4345 100644 --- a/vcg/simplex/face/with/fnav.h +++ b/vcg/simplex/face/with/avfn.h @@ -1,7 +1,7 @@ -#ifndef __VCGLIB_FACE_FNAV_TYPE -#define __VCGLIB_FACE_FNAV_TYPE +#ifndef __VCGLIB_FACE_AVFN_TYPE +#define __VCGLIB_FACE_AVFN_TYPE -#define FACE_TYPE FaceFNAV +#define FACE_TYPE FaceAVFN #define __VCGLIB_FACE_FN #define __VCGLIB_FACE_AV diff --git a/vcg/simplex/face/with/fnva.h b/vcg/simplex/face/with/fnva.h deleted file mode 100644 index 940a4204..00000000 --- a/vcg/simplex/face/with/fnva.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __VCGLIB_FACE_FNVA_TYPE -#define __VCGLIB_FACE_FNVA_TYPE - -#define FACE_TYPE FaceFNVA - -#define __VCGLIB_FACE_FN -#define __VCGLIB_FACE_VA - -#include - -#undef FACE_TYPE - -#undef __VCGLIB_FACE_FN -#undef __VCGLIB_FACE_VA - -#endif