1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-24 19:14:17 +01:00

Commenting and clean up

This commit is contained in:
paboyle
2017-04-10 20:38:20 +09:00
parent d80d802f9d
commit b12dc89d26
2 changed files with 21 additions and 2 deletions
+1 -2
View File
@@ -99,8 +99,7 @@ class ConjugateGradient : public OperatorFunction<Field> {
}
std::cout << GridLogIterative << std::setprecision(4)
<< "ConjugateGradient: k=0 residual " << cp << " target " << rsq
<< std::endl;
<< "ConjugateGradient: k=0 residual " << cp << " target " << rsq << std::endl;
GridStopWatch LinalgTimer;
GridStopWatch MatrixTimer;