git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15313 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -57,7 +57,7 @@ NeighList::NeighList(LAMMPS *lmp) :
|
||||
listcopy = NULL;
|
||||
listskip = NULL;
|
||||
|
||||
maxstencil = 0;
|
||||
maxstencil = ghostflag = 0;
|
||||
stencil = NULL;
|
||||
stencilxyz = NULL;
|
||||
|
||||
@ -145,7 +145,6 @@ void NeighList::grow(int nmax)
|
||||
memory->create(numneigh,maxatoms,"neighlist:numneigh");
|
||||
firstneigh = (int **) memory->smalloc(maxatoms*sizeof(int *),
|
||||
"neighlist:firstneigh");
|
||||
|
||||
if (dnum)
|
||||
firstdouble = (double **) memory->smalloc(maxatoms*sizeof(double *),
|
||||
"neighlist:firstdouble");
|
||||
|
||||
Reference in New Issue
Block a user