forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8405 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b6303a1e83
commit
ae666be85e
|
@ -137,6 +137,7 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
|
|||
map_tag_max = 0;
|
||||
map_nhash = 0;
|
||||
|
||||
smax = 0;
|
||||
sametag = NULL;
|
||||
map_array = NULL;
|
||||
map_bucket = NULL;
|
||||
|
|
Loading…
Reference in New Issue