git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2711 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-04-01 22:23:28 +00:00
parent c12b42237c
commit 86b3f60494
8 changed files with 13 additions and 10 deletions

View File

@ -646,7 +646,7 @@ void PPPM::compute(int eflag, int vflag)
domain->x2lamda(atom->nlocal);
}
// extend size of nlocal-dependent arrays if necessary
// extend size of per-atom arrays if necessary
if (atom->nlocal > nmax) {
memory->destroy_2d_int_array(part2grid);