mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Relax constraints for multiRHS
This commit is contained in:
parent
b302ad3d49
commit
a294bc3c5b
@ -107,7 +107,7 @@ public:
|
||||
int rd = grid->_rdimensions[d];
|
||||
int ly = grid->_simd_layout[d];
|
||||
|
||||
assert((ly==1)||(ly==2));
|
||||
assert((ly==1)||(ly==2)||(ly==grid->Nsimd()));
|
||||
|
||||
int shift = (shifts[ii][d]+fd)%fd; // make it strictly positive 0.. L-1
|
||||
int x = Coor[d]; // x in [0... rd-1] as an oSite
|
||||
|
Loading…
Reference in New Issue
Block a user