From 24583cbed20d0f0cef85923cd1390baf5ef22896 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 9 Jul 2004 10:10:22 +0000 Subject: [PATCH] muted from atvnvm --- vcg/simplex/vertex/with/atvmvn.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vcg/simplex/vertex/with/atvmvn.h b/vcg/simplex/vertex/with/atvmvn.h index 73cd32b2..fc6f349e 100644 --- a/vcg/simplex/vertex/with/atvmvn.h +++ b/vcg/simplex/vertex/with/atvmvn.h @@ -1,24 +1,26 @@ #ifndef __VCGLIB_VERTEX__AT__TYPE #define __VCGLIB_VERTEX__AT__TYPE -#define VERTEX_TYPE VertexATVN +#define VERTEX_TYPE VertexATVMVN #define __VCGLIB_VERTEX_AT +#define __VCGLIB_VERTEX_VM #define __VCGLIB_VERTEX_VN #include #undef VERTEX_TYPE #undef __VCGLIB_VERTEX_AT +#undef __VCGLIB_VERTEX_VM #undef __VCGLIB_VERTEX_VN namespace vcg { template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexATVNf : public VertexATVN {}; +class VertexATVMVNf : public VertexATVMVN {}; template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexATVNd : public VertexATVN {}; +class VertexATVMVNd : public VertexATVMVN {}; }