Unverified Commit e982f418 authored by Adrian-Diaz's avatar Adrian-Diaz Committed by GitHub
Browse files

remove whitespace issues

parent c262d08e
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
@@ -287,7 +287,6 @@ void CommTiled::setup()
        grow_swap_send(iswap,nprocmax[iswap],oldmax);
        if (idir == 0) grow_swap_recv(iswap+1,nprocmax[iswap]);
        else grow_swap_recv(iswap-1,nprocmax[iswap]);
        
      }

      // overlap how has list of noverlap procs
@@ -372,8 +371,6 @@ void CommTiled::setup()
      }
      else{
        for (i = 0; i < noverlap; i++) {
          
          
        pbc_flag[iswap][i] = 0;
        pbc[iswap][i][0] = pbc[iswap][i][1] = pbc[iswap][i][2] =
        pbc[iswap][i][3] = pbc[iswap][i][4] = pbc[iswap][i][5] = 0;
@@ -849,7 +846,6 @@ void CommTiled::borders()
  double xlo,xhi,ylo,yhi,zlo,zhi;
  double *bbox;
  double **x;
  
  AtomVec *avec = atom->avec;

  // send/recv max one = max # of atoms in single send/recv for any swap
@@ -932,7 +928,6 @@ void CommTiled::borders()
            if (ncount == maxsendlist[iswap][m]) grow_list(iswap,m,ncount);
            sendlist[iswap][m][ncount++] = i;
          }
          
        }
      } else {
        ngroup = atom->nfirst;