Resolve merge conflicts

This commit is contained in:
Joel Clemmer
2021-01-13 09:42:57 -07:00
541 changed files with 9281 additions and 7264 deletions

View File

@ -232,7 +232,7 @@ void CommTiled::setup()
cutghost[1] = cut * length1;
length2 = h_inv[2];
cutghost[2] = cut * length2;
if (mode == Comm::MULTI){
if (mode == Comm::MULTI) {
for (i = 1; i <= ntypes; i++) {
cutghostmulti[i][0] *= length0;
cutghostmulti[i][1] *= length1;