Remove use of graph in do_force()
[alexxy/gromacs.git] / src / gromacs / listed_forces / listed_forces.h
index c25e9973c141040837a9729fac7eeb493c2d6de7..67c078430b1e33c3f97a154c070e100e06236541 100644 (file)
@@ -79,7 +79,6 @@ class InteractionDefinitions;
 struct t_commrec;
 struct t_fcdata;
 struct t_forcerec;
-struct t_graph;
 struct t_lambda;
 struct t_mdatoms;
 struct t_nrnb;
@@ -101,7 +100,6 @@ using BondedFunction = real (*)(int              nbonds,
                                 rvec4            f[],
                                 rvec             fshift[],
                                 const t_pbc*     pbc,
-                                const t_graph*   g,
                                 real             lambda,
                                 real*            dvdlambda,
                                 const t_mdatoms* md,
@@ -129,7 +127,6 @@ void do_force_listed(struct gmx_wallcycle*          wcycle,
                      gmx::ForceOutputs*             forceOutputs,
                      const t_forcerec*              fr,
                      const struct t_pbc*            pbc,
-                     const struct t_graph*          graph,
                      gmx_enerdata_t*                enerd,
                      t_nrnb*                        nrnb,
                      const real*                    lambda,