mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Babbage fix
This commit is contained in:
		@@ -82,7 +82,8 @@ namespace QCD {
 | 
			
		||||
  template<class Impl>
 | 
			
		||||
  void WilsonFermion<Impl>::Mooee(const FermionField &in, FermionField &out) {
 | 
			
		||||
    out.checkerboard = in.checkerboard;
 | 
			
		||||
    out = (4.0+mass)*in;
 | 
			
		||||
    typename FermionField::scalar_type scal(4.0+mass);
 | 
			
		||||
    out = scal*in;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  template<class Impl>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user