From f2648e94b92c9939e33f55e401ec2fab01d7f553 Mon Sep 17 00:00:00 2001 From: Christoph Lehner Date: Mon, 23 Oct 2023 13:47:41 +0200 Subject: [PATCH] getHostPointer added to Lattice --- Grid/lattice/Lattice_view.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Grid/lattice/Lattice_view.h b/Grid/lattice/Lattice_view.h index cb568abd..064c10e6 100644 --- a/Grid/lattice/Lattice_view.h +++ b/Grid/lattice/Lattice_view.h @@ -45,6 +45,7 @@ public: }; // Host only GridBase * getGrid(void) const { return _grid; }; + vobj* getHostPointer(void) const { return _odata; }; }; /////////////////////////////////////////////////////////////////////////////////////////