Subversion Repositories gelsvn

Rev

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

Rev 2 Rev 10
Line 44... Line 44...
44
		//----------------------------------------------------------------------
44
		//----------------------------------------------------------------------
45
 
45
 
46
		/// Construct 0 vector
46
		/// Construct 0 vector
47
		ArithVec() 
47
		ArithVec() 
48
		{
48
		{
49
			for_all_i(data[i]=0);
-
 
50
		}
49
		}
51
 
50
 
52
		/// Construct a vector where all coordinates are identical
51
		/// Construct a vector where all coordinates are identical
53
		explicit ArithVec(T _a)
52
		explicit ArithVec(T _a)
54
		{
53
		{