git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14139 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -221,6 +221,7 @@ int ComputePairLocal::compute_pairs(int flag)
|
||||
if (flag) {
|
||||
if (singleflag)
|
||||
eng = pair->single(i,j,itype,jtype,rsq,factor_coul,factor_lj,fpair);
|
||||
else eng = fpair = 0.0;
|
||||
|
||||
if (nvalues == 1) ptr = &vector[m];
|
||||
else ptr = array[m];
|
||||
|
||||
Reference in New Issue
Block a user