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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user