From ebdf01794a351793130752d5995d04bb5aa26886 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 13 May 2004 22:42:57 +0000 Subject: [PATCH] define updated --- vcg/simplex/vertex/with/vcvmvnvq.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/vcg/simplex/vertex/with/vcvmvnvq.h b/vcg/simplex/vertex/with/vcvmvnvq.h index f9256082..640a7392 100644 --- a/vcg/simplex/vertex/with/vcvmvnvq.h +++ b/vcg/simplex/vertex/with/vcvmvnvq.h @@ -1,5 +1,5 @@ -#ifndef __VCGLIB_VERTEX__VCVN__TYPE -#define __VCGLIB_VERTEX__VCVN__TYPE +#ifndef __VCGLIB_VERTEX__VCVMVNVQ__TYPE +#define __VCGLIB_VERTEX__VCVMVNVQ__TYPE #define VERTEX_TYPE VertexVCVMVNVQ @@ -20,13 +20,8 @@ namespace vcg { - -template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexVCVMVNVQf : public VertexVCVMVNVQ {}; - -template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexVCVMVNVQd : public VertexVCVMVNVQ {}; - +typedef VertexVCVMVNVQ VertexVCVMVNVQf; +typedef VertexVCVMVNVQ VertexVCVMVNVQd; } #endif