git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10822 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2013-09-23 14:56:17 +00:00
parent 89d315e2c6
commit 8b662e5d95
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ void PairDPDTstat::read_restart_settings(FILE *fp)
MPI_Bcast(&seed,1,MPI_INT,0,world);
MPI_Bcast(&mix_flag,1,MPI_INT,0,world);
temperature = t_start;
// initialize Marsaglia RNG with processor-unique seed
// same seed that pair_style command initially specified