mirror of https://github.com/lammps/lammps.git
fixed bug for Tp_BIAS
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10091 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e6d02199ba
commit
cf9054f3ff
|
@ -513,6 +513,8 @@ void FixLangevin::post_force_untemplated
|
|||
}
|
||||
}
|
||||
|
||||
if (Tp_BIAS) temperature->compute_scalar();
|
||||
|
||||
for (int i = 0; i < nlocal; i++) {
|
||||
if (mask[i] & groupbit) {
|
||||
if (Tp_TSTYLEATOM) tsqrt = sqrt(tforce[i]);
|
||||
|
|
Loading…
Reference in New Issue