Hide internals of nbnxm parlist
[alexxy/gromacs.git] / src / gromacs / nbnxm / atomdata.h
index fbd4dd3c00aa634a6ba48cfeab51b335791ea342..7deeb2c1810911e28d4dbee9f833384691f32505 100644 (file)
@@ -51,6 +51,7 @@ class MDLogger;
 
 struct nbnxn_atomdata_t;
 struct nbnxn_search;
+struct nonbonded_verlet_t;
 struct t_mdatoms;
 struct gmx_wallcycle;
 
@@ -107,13 +108,6 @@ void nbnxn_atomdata_copy_x_to_nbat_x(const nbnxn_search  *nbs,
                                      nbnxn_atomdata_t    *nbat,
                                      gmx_wallcycle       *wcycle);
 
-/* Add the forces stored in nbat to f, zeros the forces in nbat */
-void nbnxn_atomdata_add_nbat_f_to_f(nbnxn_search           *nbs,
-                                    Nbnxm::AtomLocality     locality,
-                                    nbnxn_atomdata_t       *nbat,
-                                    rvec                   *f,
-                                    gmx_wallcycle          *wcycle);
-
 /* Add the fshift force stored in nbat to fshift */
 void nbnxn_atomdata_add_nbat_fshift_to_fshift(const nbnxn_atomdata_t *nbat,
                                               rvec                   *fshift);