Merge branch release-4-6
[alexxy/gromacs.git] / src / gromacs / mdlib / clincs.c
index ab70d9cc26d38efc14ed5017bf41d9cecb79c299..0476d241518aed33759ebab9a56736f34407082b 100644 (file)
@@ -625,7 +625,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);
                 }
             }
         }