Files
lammps/src/SNAP
Axel Kohlmeyer 068898765a second round of making per-atom allocations consistent.
now all sections that dimension per-atom local arrays to atom->nmax
will also *test* for atom->nmax and thus we avoid potential segfaults
in all cases where atom->nlocal or atom->nlocal+atom->nghost are 0.
it doesn't make sense to test for these if the arrays are dimensioned
to atom->nmax afterwards anyway.
2016-05-13 15:10:26 -04:00
..
2015-12-05 03:31:39 +00:00
2015-12-05 03:31:39 +00:00