git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13952 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-08-28 23:41:05 +00:00
parent 4e247c3b8c
commit 6b854b397c
4 changed files with 58 additions and 4 deletions

View File

@ -84,6 +84,7 @@ Neighbor::Neighbor(LAMMPS *lmp) : Pointers(lmp)
cluster_check = 0;
binatomflag = 1;
cutneighmax = 0.0;
cutneighsq = NULL;
cutneighghostsq = NULL;
cuttype = NULL;