mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Correcting a simple typo
This commit is contained in:
		@@ -113,7 +113,6 @@ namespace QCD {
 | 
				
			|||||||
  void WilsonCloverFermion<Impl>::MDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag){
 | 
					  void WilsonCloverFermion<Impl>::MDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag){
 | 
				
			||||||
    GaugeField tmp(mat._grid);
 | 
					    GaugeField tmp(mat._grid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    conformable(U._grid, _grid);
 | 
					 | 
				
			||||||
    conformable(U._grid, V._grid);
 | 
					    conformable(U._grid, V._grid);
 | 
				
			||||||
    conformable(U._grid, mat._grid);
 | 
					    conformable(U._grid, mat._grid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -301,7 +301,7 @@ public:
 | 
				
			|||||||
      GaugeMat v = adj(Vup) - adj(Vdn);
 | 
					      GaugeMat v = adj(Vup) - adj(Vdn);
 | 
				
			||||||
      GaugeMat u = PeekIndex<LorentzIndex>(Umu, mu);  // some redundant copies
 | 
					      GaugeMat u = PeekIndex<LorentzIndex>(Umu, mu);  // some redundant copies
 | 
				
			||||||
      GaugeMat vu = v*u;
 | 
					      GaugeMat vu = v*u;
 | 
				
			||||||
      FS = 0.25*Ta(u*v + Cshift(vu, mu, +1));// need jsut the antihermite part
 | 
					      FS = 0.25*Ta(u*v + Cshift(vu, mu, +1));
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user