diff --git a/src/CartLatticeExecutor.hpp.Rt b/src/CartLatticeExecutor.hpp.Rt index c32979423..d513809a9 100644 --- a/src/CartLatticeExecutor.hpp.Rt +++ b/src/CartLatticeExecutor.hpp.Rt @@ -257,7 +257,7 @@ void CartLatticeExecutor::Color(uchar4 *optr) { \param tab buffor to put the calculated result \param scale Scale to rescale the result (for units) */ -inline CudaGlobalFunction void get(lbRegion r, * tab, real_t scale) +CudaGlobalFunction void get(lbRegion r, * tab, real_t scale) { using LA = CartLatticeAccessAll; int x = CudaBlock.x+r.dx;