one more change

This commit is contained in:
Axel Kohlmeyer
2021-02-26 15:58:26 -05:00
parent 09e33fd342
commit f69768d919

View File

@ -99,7 +99,7 @@ FixWallBodyPolyhedron::FixWallBodyPolyhedron(LAMMPS *lmp, int narg, char **arg)
if (strcmp(arg[iarg+2],"NULL") == 0) hi = BIG;
else hi = utils::numeric(FLERR,arg[iarg+2],false,lmp);
iarg += 3;
}
} else error->all(FLERR,fmt::format("Unknown wall style {}",arg[iarg]));
// check for trailing keyword/values