mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
Coordinate handling gpu friendly
This commit is contained in:
@ -51,7 +51,7 @@ public:
|
||||
GridBase *grid = out.Grid();
|
||||
Field kmu(grid), one(grid);
|
||||
const unsigned int nd = grid->_ndimension;
|
||||
std::vector<int> &l = grid->_fdimensions;
|
||||
Coordinate &l = grid->_fdimensions;
|
||||
|
||||
one = Complex(1.0,0.0);
|
||||
out = m*m;
|
||||
|
Reference in New Issue
Block a user