diff --git a/Grid/algorithms/iterative/SchurRedBlack.h b/Grid/algorithms/iterative/SchurRedBlack.h index cf6b5a13..b779cfcb 100644 --- a/Grid/algorithms/iterative/SchurRedBlack.h +++ b/Grid/algorithms/iterative/SchurRedBlack.h @@ -474,16 +474,17 @@ namespace Grid { Field tmp(grid); guess(src_o,sol_o); + // std::cout< _HermOpEO(_Matrix); - _HermitianRBSolver(_HermOpEO,src_o,sol_o); assert(tmp.checkerboard==Odd); + _HermitianRBSolver(_HermOpEO,src_o,sol_o); assert(sol_o.checkerboard==Odd); //////////////////////////////////////////////// // Fionn A2A boolean behavioural control