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

Comment fix

This commit is contained in:
Peter Boyle
2023-10-06 21:01:15 -04:00
parent ded63a1319
commit 78b117fb78
+1 -1
View File
@@ -78,7 +78,7 @@ public:
void operator() (const Field &in, Field &out){ void operator() (const Field &in, Field &out){
_Guess(in,out); _Guess(in,out);
_HermitianSolver(_Matrix,in,out); // Mdag M out = Mdag in _HermitianSolver(_Matrix,in,out); //M out = in
} }
}; };