mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Most cosmetic
This commit is contained in:
		@@ -151,7 +151,6 @@ public:
 | 
			
		||||
      vstream(out._internal[i],in._internal[i]);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  friend strong_inline void permute(iVector<vtype,N> &out,const iVector<vtype,N> &in,int permutetype){
 | 
			
		||||
    for(int i=0;i<N;i++){
 | 
			
		||||
      permute(out._internal[i],in._internal[i],permutetype);
 | 
			
		||||
@@ -213,6 +212,8 @@ public:
 | 
			
		||||
 | 
			
		||||
  iMatrix(const Zero &z){ *this = zero; };
 | 
			
		||||
  iMatrix() =default;
 | 
			
		||||
  iMatrix(scalar_type s)  { (*this) = s ;};// recurse down and hit the constructor for vector_type
 | 
			
		||||
 | 
			
		||||
  /*
 | 
			
		||||
  iMatrix(const iMatrix<vtype,N> ©me)=default;
 | 
			
		||||
  iMatrix(iMatrix<vtype,N> &©me)=default;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user