Merge branch 'distributed-grids' of github.com:lammps/lammps into distributed-grids

This commit is contained in:
Axel Kohlmeyer
2022-08-17 13:18:17 -04:00
7 changed files with 69 additions and 69 deletions

View File

@ -263,7 +263,7 @@ FixAveGrid::FixAveGrid(LAMMPS *lmp, int narg, char **arg) :
if (normflag != ALL)
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 checks for ATOM mode