git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15083 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -125,7 +125,7 @@ void ComputeCoordAtom::compute_peratom()
|
||||
|
||||
// grow coordination array if necessary
|
||||
|
||||
if (atom->nlocal > nmax) {
|
||||
if (atom->nmax > nmax) {
|
||||
if (ncol == 1) {
|
||||
memory->destroy(cvec);
|
||||
nmax = atom->nmax;
|
||||
|
||||
Reference in New Issue
Block a user