Skip to content

Commit

Permalink
Made functions inline to resolve multiple definition issues during co…
Browse files Browse the repository at this point in the history
…mpilation and linking
  • Loading branch information
PabloIbannez committed Jun 23, 2024
1 parent 7cc88e5 commit e3db524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interactor/NeighbourList/BasicList/BasicListBase.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This class maintains a CellList and uses it to generate a neighbour list. It sho

namespace uammd{
namespace BasicNeighbourList_ns{
inline
__global__ void fillBasicNeighbourList(CellList_ns::NeighbourContainer ni,
int *neighbourList, int* numberNeighbours,
int maxNeighboursPerParticle,
Expand Down

0 comments on commit e3db524

Please sign in to comment.