git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11315 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -931,7 +931,7 @@ void PairKIM::set_lmps_flags()
|
||||
lmps_using_newton = (force->newton_pair == 1);
|
||||
|
||||
// setup lmps_stripped_neigh_list for neighbors of one atom, if needed
|
||||
lmps_using_molecular = (atom->molecular == 1);
|
||||
lmps_using_molecular = (atom->molecular > 0);
|
||||
if (lmps_using_molecular) {
|
||||
memory->destroy(lmps_stripped_neigh_list);
|
||||
memory->create(lmps_stripped_neigh_list,neighbor->oneatom,
|
||||
|
||||
Reference in New Issue
Block a user