1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00

Comment fix

This commit is contained in:
Peter Boyle 2023-10-06 21:01:15 -04:00
parent ded63a1319
commit 78b117fb78

View File

@ -78,7 +78,7 @@ public:
void operator() (const Field &in, Field &out){
_Guess(in,out);
_HermitianSolver(_Matrix,in,out); // Mdag M out = Mdag in
_HermitianSolver(_Matrix,in,out); //M out = in
}
};