git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6486 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -104,7 +104,7 @@ void FixNVTSllod::nh_v_temp()
|
||||
// calculate temperature since some computes require temp
|
||||
// computed on current nlocal atoms to remove bias
|
||||
|
||||
if (nondeformbias) double tmp = temperature->compute_scalar();
|
||||
if (nondeformbias) temperature->compute_scalar();
|
||||
|
||||
double **v = atom->v;
|
||||
int *mask = atom->mask;
|
||||
|
||||
Reference in New Issue
Block a user