Updating OPENMP package
This commit is contained in:
@ -167,7 +167,7 @@ void NPairRespaBin<NEWTON, TRI>::build(NeighList *list)
|
||||
delx = xtmp - x[j][0];
|
||||
dely = ytmp - x[j][1];
|
||||
delz = ztmp - x[j][2];
|
||||
rsq = delx*delx + dely*dely + delz*delz;
|
||||
rsq = delx * delx + dely * dely + delz * delz;
|
||||
|
||||
if (rsq <= cutneighsq[itype][jtype]) {
|
||||
if (molecular != Atom::ATOMIC) {
|
||||
|
||||
Reference in New Issue
Block a user