This commit is contained in:
Steve Plimpton
2022-08-17 10:55:28 -06:00
parent e2f2663df2
commit eeb9209af8

View File

@ -263,7 +263,7 @@ FixAveGrid::FixAveGrid(LAMMPS *lmp, int narg, char **arg) :
if (normflag != ALL) if (normflag != ALL)
error->all(FLERR,"Fix ave/grid norm all is required for now"); error->all(FLERR,"Fix ave/grid norm all is required for now");
if (normflag != ONE) if (ave != ONE)
error->all(FLERR,"Fix ave/grid ave one is required for now"); error->all(FLERR,"Fix ave/grid ave one is required for now");
// error checks for ATOM mode // error checks for ATOM mode