Skip to content

Commit

Permalink
Removed erroneous inline
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagalecki committed Oct 12, 2023
1 parent 3b749de commit ed7ad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CartLatticeExecutor.hpp.Rt
Original file line number Diff line number Diff line change
Expand Up @@ -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<?%s q$name ?>(lbRegion r, <?%s q$type ?> * tab, real_t scale)
CudaGlobalFunction void get<?%s q$name ?>(lbRegion r, <?%s q$type ?> * tab, real_t scale)
{
using LA = CartLatticeAccessAll;
int x = CudaBlock.x+r.dx;
Expand Down

0 comments on commit ed7ad2b

Please sign in to comment.