Extract nbnxm PairlistSets
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairlist_tuning.h
index 3c2227dea99e8225ed34691499403793fab5870d..e3af9a42fb2064563d6ba43d3f1e14dabe95a566 100644 (file)
@@ -58,7 +58,7 @@ class MDLogger;
 
 struct gmx_mtop_t;
 struct interaction_const_t;
-struct NbnxnListParameters;
+struct PairlistParams;
 struct t_commrec;
 struct t_inputrec;
 
@@ -94,6 +94,6 @@ void setupDynamicPairlistPruning(const gmx::MDLogger       &mdlog,
                                  const gmx_mtop_t          *mtop,
                                  matrix                     box,
                                  const interaction_const_t *ic,
-                                 NbnxnListParameters       *listParams);
+                                 PairlistParams            *listParams);
 
 #endif /* NBNXM_PAIRLIST_TUNING_H */