Fixed bug in parallel v/f constraining
[alexxy/gromacs.git] / src / mdlib / clincs.c
index db31dea0403ce1523cbb867e65b2d666f6d36a11..c1a7ba196cd1c7d9b8c6773458f8adfc5e4422e0 100644 (file)
@@ -631,7 +631,7 @@ static void do_lincs(rvec *x, rvec *xp, matrix box, t_pbc *pbc,
                 /* Communicate the corrected non-local coordinates */
                 if (DOMAINDECOMP(cr))
                 {
-                    dd_move_x_constraints(cr->dd, box, xp, NULL);
+                    dd_move_x_constraints(cr->dd, box, xp, NULL, FALSE);
                 }
                 else
                 {