mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5892 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
14979acf82
commit
38e4f0c61c
|
@ -114,6 +114,7 @@ Neighbor::Neighbor(LAMMPS *lmp) : Pointers(lmp)
|
|||
pair_build = NULL;
|
||||
stencil_create = NULL;
|
||||
blist = glist = slist = NULL;
|
||||
anyghostlist = 0;
|
||||
|
||||
nrequest = maxrequest = 0;
|
||||
requests = NULL;
|
||||
|
|
Loading…
Reference in New Issue