Make NbnxnGpu class with constructor
[alexxy/gromacs.git] / src / gromacs / nbnxm / gpu_common_utils.h
index 176ab8f0457905e8eee5196fbad7621a5e84ba63..4882c3530ee147eb992079cc0d49f906c5ca102d 100644 (file)
@@ -64,7 +64,7 @@ namespace Nbnxm
  * local part of the force array also depends on the non-local kernel.
  * The skip of the local kernel is taken care of separately.
  */
-static inline bool canSkipNonbondedWork(const gmx_nbnxm_gpu_t& nb, InteractionLocality iloc)
+static inline bool canSkipNonbondedWork(const NbnxmGpu& nb, InteractionLocality iloc)
 {
     assert(nb.plist[iloc]);
     return (iloc == InteractionLocality::NonLocal && nb.plist[iloc]->nsci == 0);