1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-03 11:19:28 +00:00

Coordinate handling gpu ready

This commit is contained in:
paboyle
2018-02-24 22:22:43 +00:00
parent 078901278c
commit 8792ff6439
3 changed files with 12 additions and 12 deletions

View File

@@ -593,7 +593,7 @@ public:
GridBase *grid = Umu.Grid();
std::vector<int> dims = Umu.Grid()->FullDimensions();
auto dims = Umu.Grid()->FullDimensions();
assert(dims.size()==4);