forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13116 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
453f75128a
commit
f1eb006c26
|
@ -347,7 +347,7 @@ void Velocity::create(double t_desired, int seed)
|
|||
rescale(t,t_desired);
|
||||
|
||||
// if bias_flag set, restore bias velocity to all atoms
|
||||
// reapply for bias = compute temp/partial to reset v dims to 0.0
|
||||
// needed for bias = compute temp/partial to reset v dims to 0.0
|
||||
|
||||
if (bias_flag) {
|
||||
temperature->reapply_bias_all();
|
||||
|
|
Loading…
Reference in New Issue