Use RNG correctly for v-rescale thermostat
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 25 May 2014 19:38:41 +0000 (21:38 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 3 Jun 2014 12:21:55 +0000 (14:21 +0200)
commit3a9590f9f4ca98870a41162f51d331b206ea3ed6
tree3dcb90396c1c41728f0d92b6f86dc3c57afeda7d
parent72d747f07e3737080451bb121eb0f1a462abe850
Use RNG correctly for v-rescale thermostat

Two integers were passed in the wrong order. I suspect from the
construction of the RNG that the only effect of this is to permit a
rare re-use of a random number in a different RNG stream (i.e. no
effect in practice).

Change-Id: I1fb8eddbe7c8b029dc3686be80f3f083108fc28c
src/gromacs/mdlib/coupling.c