mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4421 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
582bc3e396
commit
39a549128c
|
@ -106,7 +106,7 @@ FixAveHisto::FixAveHisto(LAMMPS *lmp, int narg, char **arg) :
|
|||
nvalues = 0;
|
||||
|
||||
iarg = 9;
|
||||
while (nvalues < maxvalues) {
|
||||
while (iarg < narg) {
|
||||
if (strcmp(arg[iarg],"x") == 0) {
|
||||
which[nvalues] = X;
|
||||
argindex[nvalues] = 0;
|
||||
|
|
Loading…
Reference in New Issue