forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10822 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
89d315e2c6
commit
8b662e5d95
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue