mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	whitespace
This commit is contained in:
		@@ -423,8 +423,8 @@ until convergence
 | 
			
		||||
      if ( Nconv < Nstop ) {
 | 
			
		||||
	std::cout << GridLogIRL << "Nconv ("<<Nconv<<") < Nstop ("<<Nstop<<")"<<std::endl;
 | 
			
		||||
	std::cout << GridLogIRL << "starting one more iteration"<<std::endl;
 | 
			
		||||
    iter++;
 | 
			
		||||
    goto notYetConverged;
 | 
			
		||||
	iter++;
 | 
			
		||||
 	goto notYetConverged;
 | 
			
		||||
      }
 | 
			
		||||
      eval=eval2;
 | 
			
		||||
      
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user