git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3685 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user