1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

getHostPointer added to Lattice

This commit is contained in:
Christoph Lehner 2023-10-23 13:47:41 +02:00
parent e6ed516052
commit f2648e94b9

View File

@ -45,6 +45,7 @@ public:
};
// Host only
GridBase * getGrid(void) const { return _grid; };
vobj* getHostPointer(void) const { return _odata; };
};
/////////////////////////////////////////////////////////////////////////////////////////