add missing parenthesis

This commit is contained in:
Axel Kohlmeyer
2019-07-30 06:35:35 -04:00
parent 3fdadb5875
commit 3559c25bd9

View File

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