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:
parent
e6ed516052
commit
f2648e94b9
@ -45,6 +45,7 @@ public:
|
||||
};
|
||||
// Host only
|
||||
GridBase * getGrid(void) const { return _grid; };
|
||||
vobj* getHostPointer(void) const { return _odata; };
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user