1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

whitespace

This commit is contained in:
Felix Erben 2023-06-27 11:37:01 +01:00
parent 014704856f
commit dd170ead01

View File

@ -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;