Make orires work with DD particle reordering
[alexxy/gromacs.git] / src / gromacs / mdlib / update_vv.h
index 50ebbda78ff5b4ca5bc099a2d0fe5c756bb110f1..bc4307d681b0668f16ecbad268ddfdd3be2d558c 100644 (file)
@@ -128,7 +128,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,
@@ -203,7 +203,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,