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;