remove some more trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2018-12-01 08:14:02 -05:00
parent c69fc90588
commit 4ec05a3389
19 changed files with 75 additions and 75 deletions

View File

@ -117,7 +117,7 @@ ComputeChunkSpreadAtom(LAMMPS *lmp, int narg, char **arg) :
"does not exist");
char *ptr = strstr(modify->compute[icompute]->style,"/chunk");
if (!ptr || (ptr != modify->compute[icompute]->style +
if (!ptr || (ptr != modify->compute[icompute]->style +
strlen(modify->compute[icompute]->style) - strlen("/chunk")))
error->all(FLERR,"Compute for compute chunk/spread/atom "
"does not calculate per-chunk values");