Skip to content
Snippets Groups Projects
Commit 672bbbe4 authored by Dan Ibanez's avatar Dan Ibanez
Browse files

add more missing KOKKOS_INLINE_FUNCTION attributes

parent 03c9c465
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,9 @@ class PairCoulDebyeKokkos : public PairCoulDebye {
double init_one(int, int);
struct params_coul{
KOKKOS_INLINE_FUNCTION
params_coul(){cutsq=0,scale=0;};
KOKKOS_INLINE_FUNCTION
params_coul(int i){cutsq=0,scale=0;};
F_FLOAT cutsq, scale;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment