From d4e5b26c121aac44dd685a1d86a5c8e873b3cad7 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 25 Oct 2004 16:17:30 +0000 Subject: [PATCH] added default template paramteer --- vcg/simplex/vertex/with/atvmvn.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vcg/simplex/vertex/with/atvmvn.h b/vcg/simplex/vertex/with/atvmvn.h index fc6f349e..62e65551 100644 --- a/vcg/simplex/vertex/with/atvmvn.h +++ b/vcg/simplex/vertex/with/atvmvn.h @@ -1,5 +1,5 @@ -#ifndef __VCGLIB_VERTEX__AT__TYPE -#define __VCGLIB_VERTEX__AT__TYPE +#ifndef __VCGLIB_VERTEX__ATVMVN__TYPE +#define __VCGLIB_VERTEX__ATVMVN__TYPE #define VERTEX_TYPE VertexATVMVN @@ -16,8 +16,8 @@ namespace vcg { -template < class VETYPE, class VFTYPE, class VTTYPE> -class VertexATVMVNf : public VertexATVMVN {}; +template < class VETYPE, class VFTYPE, class VTTYPE,class TCTYPE = TCoord2, class CoordTYPE= Point<3,float> > +class VertexATVMVNf : public VertexATVMVN {}; template < class VETYPE, class VFTYPE, class VTTYPE> class VertexATVMVNd : public VertexATVMVN {};