fix a CUDA constructor warning
The class params_lj_coul was copy-pasted into many different pair styles, and only one of them had the proper KOKKOS_INLINE_FUNCTION annotations for CUDA. created a header file for this class that most of the pair styles now include. One pair style did add extra members, so it keeps a local copy of the class.
Loading
Please sign in to comment