1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01: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 ) { if ( Nconv < Nstop ) {
std::cout << GridLogIRL << "Nconv ("<<Nconv<<") < Nstop ("<<Nstop<<")"<<std::endl; std::cout << GridLogIRL << "Nconv ("<<Nconv<<") < Nstop ("<<Nstop<<")"<<std::endl;
std::cout << GridLogIRL << "starting one more iteration"<<std::endl; std::cout << GridLogIRL << "starting one more iteration"<<std::endl;
iter++; iter++;
goto notYetConverged; goto notYetConverged;
} }
eval=eval2; eval=eval2;