From 38f2fae2484471cb8f33458a81df3042871855c2 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 17:04:15 +0000 Subject: [PATCH] vertex tetrahedra topology... --- vcg/simplex/vertex/with/at.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcg/simplex/vertex/with/at.h b/vcg/simplex/vertex/with/at.h index 332b6211..b13e9158 100644 --- a/vcg/simplex/vertex/with/at.h +++ b/vcg/simplex/vertex/with/at.h @@ -13,10 +13,10 @@ namespace vcg { template -class VertexATf : public VertexAT {}; +class VertexATf : public VertexAT {}; -template -class VertexATd : public VertexAT {}; +template +class VertexATd : public VertexAT {}; }