From dca1252d914d2fdc577b0e6547f14407b2204881 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 12 Dec 2005 11:24:09 +0000 Subject: [PATCH] missing type added --- vcg/math/linear.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/math/linear.h b/vcg/math/linear.h index 54a5cc70..c80542fc 100644 --- a/vcg/math/linear.h +++ b/vcg/math/linear.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/03/16 03:08:17 tarini +first version + ****************************************************************************/ @@ -49,7 +52,7 @@ namespace vcg { template class Linear{ public: - typedef ScalarType; + typedef T ScalarType; inline void Zero(); T operator + ( T const & p) const; T operator - ( T const & p) const;