git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4421 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-08-03 00:00:57 +00:00
parent 582bc3e396
commit 39a549128c
1 changed files with 1 additions and 1 deletions

View File

@ -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;