mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-02 21:14:32 +00:00 
			
		
		
		
	Working on the 5d
This commit is contained in:
		@@ -235,7 +235,7 @@ public:
 | 
			
		||||
 | 
			
		||||
      std::vector<GaugeMat> U(Nd, grid);
 | 
			
		||||
      for (int d = 0; d < Nd; d++) {
 | 
			
		||||
        U[d] = PeekIndex<LorentzIndex>(Umu, d);
 | 
			
		||||
        U[d] = PeekIndex<LorentzIndex>(Umu, d);// some redundant copies
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      // mu
 | 
			
		||||
@@ -268,7 +268,7 @@ public:
 | 
			
		||||
 | 
			
		||||
      std::vector<GaugeMat> U(Nd, grid);
 | 
			
		||||
      for (int d = 0; d < Nd; d++) {
 | 
			
		||||
        U[d] = PeekIndex<LorentzIndex>(Umu, d);
 | 
			
		||||
        U[d] = PeekIndex<LorentzIndex>(Umu, d);// some redundant copies
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      // mu
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user