mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Rare Kaon test fix
This commit is contained in:
		@@ -109,7 +109,7 @@ int main(int argc, char *argv[])
 | 
			
		||||
        application.createModule<MAction::DWF>("DWF_" + flavour[i], actionPar);
 | 
			
		||||
 | 
			
		||||
        // solvers
 | 
			
		||||
        MSolver::CG::Par solverPar;
 | 
			
		||||
        MSolver::RBPrecCG::Par solverPar;
 | 
			
		||||
        solverPar.action   = "DWF_" + flavour[i];
 | 
			
		||||
        solverPar.residual = 1.0e-8;
 | 
			
		||||
        application.createModule<MSolver::RBPrecCG>(solvers[i],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user