Simplify make_pairlist() call signature
[alexxy/gromacs.git] / src / gromacs / mdlib / forcerec.h
index b5a60c933b971ce978d8440a7b46d80b1709228a..fb16ca765a4acfe8faf4da8cff167f48659f9fe7 100644 (file)
@@ -153,9 +153,8 @@ void forcerec_set_excl_load(t_forcerec           *fr,
  */
 void update_forcerec(t_forcerec *fr, matrix box);
 
-gmx_bool uses_simple_tables(int                 cutoff_scheme,
-                            nonbonded_verlet_t *nbv,
-                            int                 group);
+gmx_bool uses_simple_tables(int                       cutoff_scheme,
+                            const nonbonded_verlet_t *nbv);
 /* Returns whether simple tables (i.e. not for use with GPUs) are used
  * with the type of kernel indicated.
  */