Renamed to multi2, initial stencil edits

This commit is contained in:
Joel Clemmer
2020-11-10 16:39:56 -07:00
parent 12288630f5
commit 943a187be7
35 changed files with 845 additions and 702 deletions

View File

@ -176,8 +176,8 @@ void CommTiled::setup()
if (mode == Comm::MULTI) {
double cut;
if (multi_tiered) {
// If using tiered binlists, use the itype-itype interaction distance for communication
if (multi2) {
// If using multi2 binlists, use the itype-itype interaction distance for communication
double **cutneighsq = neighbor->cutneighsq;
for (i = 1; i <= ntypes; i++) {
cut = 0.0;