a few more styles that should be affected by maxatom=0 by default

This commit is contained in:
Axel Kohlmeyer
2014-04-18 05:43:41 -04:00
parent 6aacfb3d72
commit 6763c4a230
4 changed files with 5 additions and 10 deletions

View File

@ -370,7 +370,7 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) :
maxvar = 0;
varatom = NULL;
maxatom = 0;
maxatom = -1;
bin = NULL;
nbins = maxbin = 0;