From 52fd0aab80c5d96b69985658b71481b4f2aa4dbf Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 08:58:43 +0000 Subject: [PATCH] vertex with vertex-face topology... --- vcg/simplex/vertex/with/af.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vcg/simplex/vertex/with/af.h b/vcg/simplex/vertex/with/af.h index 848bbbe4..b4a7c144 100644 --- a/vcg/simplex/vertex/with/af.h +++ b/vcg/simplex/vertex/with/af.h @@ -1,22 +1,22 @@ -#ifndef __VCGLIB_VERTEX__A__TYPE -#define __VCGLIB_VERTEX__A__TYPE +#ifndef __VCGLIB_VERTEX__AF__TYPE +#define __VCGLIB_VERTEX__AF__TYPE -#define VERTEX_TYPE VertexA +#define VERTEX_TYPE VertexAF -#define __VCGLIB_VERTEX_A +#define __VCGLIB_VERTEX_AF #include #undef VERTEX_TYPE -#undef __VCGLIB_VERTEX_A +#undef __VCGLIB_VERTEX_AF namespace vcg { template -class VertexAf : public VertexA {}; +class VertexAFf : public VertexAF {}; template -class VertexAd : public VertexA {}; +class VertexAFd : public VertexAF {}; }