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

This commit is contained in:
sjplimp
2012-08-08 15:00:24 +00:00
parent 5132647c39
commit 628ef9081f

View File

@ -56,6 +56,7 @@ ComputeCoordAtom::ComputeCoordAtom(LAMMPS *lmp, int narg, char **arg) :
if (typelo[ncol] > typehi[ncol])
error->all(FLERR,"Illegal compute coord/atom command");
ncol++;
iarg++;
}
}