Fix whitespace

This commit is contained in:
rohskopf
2022-10-03 12:45:18 -06:00
parent 981f75d92f
commit 82bf23401f
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ void PairZero::settings(int narg, char **arg)
if ((narg != 1) && (narg != 2) && (narg != 3)) error->all(FLERR, "Illegal pair_style command");
cut_global = utils::numeric(FLERR, arg[0], false, lmp);
if (narg == 2){
if (strcmp("nocoeff", arg[1]) == 0)
coeffflag = 0;