Enforced rotation: code cleanup
[alexxy/gromacs.git] / src / mdlib / sim_util.c
index b176ccf6afaa0d008203e1317e52ad68b1e1cd7f..5184758e9a0a55e71fca264b289d191ffebf02d3 100644 (file)
@@ -854,7 +854,7 @@ void do_force(FILE *fplog,t_commrec *cr,
     
     /* Add the forces from enforced rotation potentials (if any) */
     if (inputrec->bRot)
-        enerd->term[F_COM_PULL] += add_rot_forces(inputrec->rot, f, cr,step,t);
+        enerd->term[F_COM_PULL] += add_rot_forces(inputrec->rot, f, cr, step, t);
     
 
     if (PAR(cr) && !(cr->duty & DUTY_PME))