forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6465 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
69764cf7e6
commit
6e6078b938
|
@ -350,6 +350,7 @@ void FixAveAtom::end_of_step()
|
||||||
}
|
}
|
||||||
|
|
||||||
// evaluate atom-style variable
|
// evaluate atom-style variable
|
||||||
|
// final argument = 1 sums result to array
|
||||||
|
|
||||||
} else if (which[m] == VARIABLE && array)
|
} else if (which[m] == VARIABLE && array)
|
||||||
input->variable->compute_atom(n,igroup,&array[0][m],nvalues,1);
|
input->variable->compute_atom(n,igroup,&array[0][m],nvalues,1);
|
||||||
|
|
Loading…
Reference in New Issue