mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Fixed line left behind
This commit is contained in:
parent
6efdad6f21
commit
7e130076d6
@ -124,7 +124,6 @@ template<class vobj> inline void acceleratorSetCheckerboard(Lattice<vobj> &full,
|
|||||||
int cb = half.Checkerboard();
|
int cb = half.Checkerboard();
|
||||||
autoView(half_v , half, AcceleratorRead);
|
autoView(half_v , half, AcceleratorRead);
|
||||||
autoView(full_v , full, AcceleratorWrite);
|
autoView(full_v , full, AcceleratorWrite);
|
||||||
nvtxRangePop();
|
|
||||||
Coordinate rdim_full = full.Grid()->_rdimensions;
|
Coordinate rdim_full = full.Grid()->_rdimensions;
|
||||||
Coordinate rdim_half = half.Grid()->_rdimensions;
|
Coordinate rdim_half = half.Grid()->_rdimensions;
|
||||||
unsigned long ndim_half = half.Grid()->_ndimension;
|
unsigned long ndim_half = half.Grid()->_ndimension;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user