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

@ -1640,7 +1640,7 @@ int Neighbor::choose_bin(NeighRequest *rq)
if (!rq->kokkos_device != !(mask & NB_KOKKOS_DEVICE)) continue;
if (!rq->kokkos_host != !(mask & NB_KOKKOS_HOST)) continue;
// neighbor style is BIN or MULTI or MULTI2 and must match
// neighbor style is BIN or MULTI or MULTI_OLD and must match
if (style == Neighbor::BIN || style == Neighbor::MULTI_OLD) {
if (!(mask & NB_STANDARD)) continue;