mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-03 18:55:56 +01:00
red black fix
This commit is contained in:
parent
41ba13f951
commit
ca30116144
@ -120,8 +120,8 @@ namespace Grid {
|
||||
// Map to always positive shift modulo global full dimension.
|
||||
int shift = (displacement+fd)%fd;
|
||||
|
||||
int checkerboard = _grid->CheckerBoardDestination(source.checkerboard,shift);
|
||||
assert (checkerboard== _checkerboard);
|
||||
// int checkerboard = _grid->CheckerBoardDestination(source.checkerboard,shift);
|
||||
assert (source.checkerboard== _checkerboard);
|
||||
|
||||
// the permute type
|
||||
int simd_layout = _grid->_simd_layout[dimension];
|
||||
|
Loading…
x
Reference in New Issue
Block a user