Updating naming in other classes

This commit is contained in:
Joel Clemmer
2020-12-19 17:51:09 -07:00
parent 5d097845e7
commit 0a36baf86d
5 changed files with 19 additions and 19 deletions

View File

@ -176,8 +176,8 @@ void CommTiled::setup()
if (mode == Comm::MULTI) {
double cut;
if (multi2) {
// If using multi2 binlists, communicate itype particles a distance
if (multi_reduce) {
// If using multi/reduce binlists, communicate itype particles a distance
// equal to the max of itype-jtype interaction given smaller jtype particles
double **cutneighsq = neighbor->cutneighsq;
double *cuttypesq = neighbor->cuttypesq;