mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
getHostPointer added to Lattice
This commit is contained in:
parent
e6ed516052
commit
f2648e94b9
@ -45,6 +45,7 @@ public:
|
|||||||
};
|
};
|
||||||
// Host only
|
// Host only
|
||||||
GridBase * getGrid(void) const { return _grid; };
|
GridBase * getGrid(void) const { return _grid; };
|
||||||
|
vobj* getHostPointer(void) const { return _odata; };
|
||||||
};
|
};
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user