mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
whitespace
This commit is contained in:
parent
014704856f
commit
dd170ead01
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user