mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
whitespace
This commit is contained in:
parent
014704856f
commit
dd170ead01
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user