clean up code and comments

This commit is contained in:
Steve Plimpton
2023-07-10 12:53:02 -07:00
parent ce1a084a0e
commit 07f42930ff
6 changed files with 35 additions and 27 deletions

View File

@ -405,7 +405,8 @@ int ComputePropertyLocal::count_pairs(int allflag, int forceflag)
if (!(mask[j] & groupbit)) continue;
// itag = jtag is possible for long cutoffs that include images of self
// do not need triclinic logic here b/c neighbor list itself is correct
if (newton_pair == 0 && j >= nlocal) {
jtag = tag[j];
if (itag > jtag) {