clean up code and comments
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user