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

This commit is contained in:
sjplimp
2010-01-14 21:11:58 +00:00
parent 2c8f1d375d
commit 4663686781
9 changed files with 19 additions and 22 deletions

View File

@ -202,7 +202,7 @@ FixAveHisto::FixAveHisto(LAMMPS *lmp, int narg, char **arg) :
}
if (i == 0) kind = kindflag;
else if (kindflag != kind)
error->all("Fix ave/histo inputs are not all global, peraton, or local");
error->all("Fix ave/histo inputs are not all global, peratom, or local");
}
if (kind == PERATOM && mode == SCALAR)