mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 14:10:46 +01:00
SchurRedBlackDiagMooeeSolve: fix: guess was not initialised from input
This commit is contained in:
parent
e99ce0875f
commit
92c2c7d3b5
@ -102,6 +102,8 @@ namespace Grid {
|
||||
|
||||
pickCheckerboard(Even,src_e,in);
|
||||
pickCheckerboard(Odd ,src_o,in);
|
||||
pickCheckerboard(Even,sol_e,out);
|
||||
pickCheckerboard(Odd ,sol_o,out);
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
// src_o = Mdag * (source_o - Moe MeeInv source_e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user