Commit 2470b792 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@877 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 6aeb5217
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1005,7 +1005,7 @@ void Thermo::compute_compute()
{
  int index = field2object[ifield];
  if (arg_object[ifield] == 0) dvalue = computes[index]->scalar;
  else dvalue = computes[index]->vector[arg_object[ifield]];
  else dvalue = computes[index]->vector[arg_object[ifield]-1];
  if (computes[index]->extensive && normflag) dvalue /= natoms;
}