1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Perform minor style correction

This commit is contained in:
Daniel Richtmann 2017-10-27 14:46:18 +02:00
parent 54128d579a
commit 5a477ed29e
No known key found for this signature in database
GPG Key ID: B33C490AF0772057

View File

@ -139,7 +139,7 @@ template<class Field> class MinimalResidual : public OperatorFunction<Field> {
std::cout << GridLogMessage << "\tMatrix " << MatrixTimer.Elapsed() << std::endl;
std::cout << GridLogMessage << "\tLinalg " << LinalgTimer.Elapsed() << std::endl;
if(ErrorOnNoConverge)
if (ErrorOnNoConverge)
assert(true_residual / Tolerance < 10000.0);
IterationsToComplete = k;