Add class ListedForces
[alexxy/gromacs.git] / src / gromacs / mdlib / force.h
index 387f1e1148d981550211f4f571dbc3db5733265f..81312671b91221a3378f2f396470b58d7ce272ad 100644 (file)
@@ -54,7 +54,6 @@ class history_t;
 class InteractionDefinitions;
 struct pull_t;
 struct t_commrec;
-struct t_fcdata;
 struct t_forcerec;
 struct t_inputrec;
 struct t_lambda;
@@ -92,7 +91,6 @@ void do_force(FILE*                               log,
               tensor                              vir_force,
               const t_mdatoms*                    mdatoms,
               gmx_enerdata_t*                     enerd,
-              t_fcdata*                           fcd,
               gmx::ArrayRef<real>                 lambda,
               t_forcerec*                         fr,
               gmx::MdrunScheduleWorkload*         runScheduleWork,
@@ -120,7 +118,6 @@ void do_force(FILE*                               log,
  */
 void do_force_lowlevel(t_forcerec*                               fr,
                        const t_inputrec*                         ir,
-                       const InteractionDefinitions&             idef,
                        const t_commrec*                          cr,
                        const gmx_multisim_t*                     ms,
                        t_nrnb*                                   nrnb,
@@ -131,7 +128,6 @@ void do_force_lowlevel(t_forcerec*                               fr,
                        history_t*                                hist,
                        gmx::ForceOutputs*                        forceOutputs,
                        gmx_enerdata_t*                           enerd,
-                       t_fcdata*                                 fcd,
                        const matrix                              box,
                        const real*                               lambda,
                        const rvec*                               mu_tot,