whitespace

This commit is contained in:
Axel Kohlmeyer
2022-04-12 18:36:51 -04:00
parent 8c153adceb
commit 09b08ecd85
2 changed files with 3 additions and 3 deletions

View File

@ -154,11 +154,11 @@ void FixUpdateSpecialBonds::pre_force(int /*vflag*/)
tag2 = it.second;
i1 = atom->map(tag1);
i2 = atom->map(tag2);
// Loop through atoms of owned atoms i j
if (i1 < nlocal) {
jlist = firstneigh[i1];
jnum = numneigh[i1];
jnum = numneigh[i1];
for (jj = 0; jj < jnum; jj++) {
j = jlist[jj];
j &= SPECIALMASK; // Clear special bond bits