Updating OPENMP package

This commit is contained in:
jtclemm
2022-11-12 16:18:11 -07:00
parent 213df2e2d5
commit b0dcaa3823
98 changed files with 1801 additions and 7211 deletions

View File

@ -44,7 +44,6 @@ NPairNsqGhost<HALF>::NPairNsqGhost(LAMMPS *lmp) : NPair(lmp) {}
pair stored once if i,j are both ghost and i < j
------------------------------------------------------------------------- */
template<int HALF>
void NPairNsqGhost<HALF>::build(NeighList *list)
{
@ -159,6 +158,7 @@ void NPairNsqGhost<HALF>::build(NeighList *list)
if (rsq <= cutneighsq[itype][jtype]) neighptr[n++] = j;
} else {
if (rsq <= cutneighghostsq[itype][jtype]) neighptr[n++] = j;
}
}
}