Make orires work with DD particle reordering
[alexxy/gromacs.git] / src / gromacs / mdlib / update_vv.cpp
index f29eabb9261105cecba2fa80ffe03218633696be..a5a9797a60c999d217a4fbb981dd8273877d96f2 100644 (file)
@@ -79,7 +79,7 @@ void integrateVVFirstStep(int64_t                   step,
                           t_commrec*                cr,
                           t_state*                  state,
                           t_mdatoms*                mdatoms,
-                          const t_fcdata&           fcdata,
+                          t_fcdata*                 fcdata,
                           t_extmass*                MassQ,
                           t_vcm*                    vcm,
                           const gmx_localtop_t&     top,
@@ -337,7 +337,7 @@ void integrateVVSecondStep(int64_t
                            t_commrec*                                               cr,
                            t_state*                                                 state,
                            t_mdatoms*                                               mdatoms,
-                           const t_fcdata&                                          fcdata,
+                           t_fcdata*                                                fcdata,
                            t_extmass*                                               MassQ,
                            t_vcm*                                                   vcm,
                            pull_t*                                                  pull_work,