Subversion Repositories gelsvn

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 45
Line 3... Line 3...
3
 
3
 
4
#include "ArithVec.h"
4
#include "ArithVec.h"
5
 
5
 
6
namespace CGLA {
6
namespace CGLA {
7
 
7
 
8
	template<class T, class V, int N>
8
	template<class T, class V, unsigned int N>
9
	class ArithVecInt: public ArithVec<T,V,N>
9
	class ArithVecInt: public ArithVec<T,V,N>
10
	{
10
	{
11
	public:
11
	public:
12
 
12
 
13
		ArithVecInt() {}
13
		ArithVecInt() {}