From f9ca9b6ad82872170982d2d4a4f3df9d1a507031 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 14 Mar 2005 16:46:50 +0000 Subject: [PATCH] *** empty log message *** --- vcg/simplex/vertex/with/atvmvn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/vertex/with/atvmvn.h b/vcg/simplex/vertex/with/atvmvn.h index 62e65551..72864b9f 100644 --- a/vcg/simplex/vertex/with/atvmvn.h +++ b/vcg/simplex/vertex/with/atvmvn.h @@ -16,7 +16,7 @@ namespace vcg { -template < class VETYPE, class VFTYPE, class VTTYPE,class TCTYPE = TCoord2, class CoordTYPE= Point<3,float> > +template < class VETYPE, class VFTYPE, class VTTYPE,class TCTYPE = TCoord2, class CoordTYPE= Point3 > class VertexATVMVNf : public VertexATVMVN {}; template < class VETYPE, class VFTYPE, class VTTYPE>