git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14135 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -134,12 +134,12 @@ FixAveCorrelateLong::FixAveCorrelateLong(LAMMPS * lmp, int narg, char **arg):
|
|||||||
error->all(FLERR,"Illegal fix ave/correlate/long command");
|
error->all(FLERR,"Illegal fix ave/correlate/long command");
|
||||||
numcorrelators = force->inumeric(FLERR,arg[iarg+1]);
|
numcorrelators = force->inumeric(FLERR,arg[iarg+1]);
|
||||||
iarg += 2;
|
iarg += 2;
|
||||||
} else if (strcmp(arg[iarg],"p") == 0) {
|
} else if (strcmp(arg[iarg],"nlen") == 0) {
|
||||||
if (iarg+2 > narg)
|
if (iarg+2 > narg)
|
||||||
error->all(FLERR,"Illegal fix ave/correlate/long command");
|
error->all(FLERR,"Illegal fix ave/correlate/long command");
|
||||||
p = force->inumeric(FLERR,arg[iarg+1]);
|
p = force->inumeric(FLERR,arg[iarg+1]);
|
||||||
iarg += 2;
|
iarg += 2;
|
||||||
} else if (strcmp(arg[iarg],"m") == 0) {
|
} else if (strcmp(arg[iarg],"ncount") == 0) {
|
||||||
if (iarg+2 > narg)
|
if (iarg+2 > narg)
|
||||||
error->all(FLERR,"Illegal fix ave/correlate/long command");
|
error->all(FLERR,"Illegal fix ave/correlate/long command");
|
||||||
m = force->inumeric(FLERR,arg[iarg+1]);
|
m = force->inumeric(FLERR,arg[iarg+1]);
|
||||||
|
|||||||
Reference in New Issue
Block a user