Commit c41643fd authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5085 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 835fb01d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -764,7 +764,8 @@ int PairMEAM::pack_comm(int n, int *list, double *buf, int pbc_flag, int *pbc)
    buf[m++] = tsq_ave[j][1];
    buf[m++] = tsq_ave[j][2];
  }
  return 38;

  return comm_forward;
}

/* ---------------------------------------------------------------------- */
@@ -840,7 +841,7 @@ int PairMEAM::pack_reverse_comm(int n, int first, double *buf)
    buf[m++] = tsq_ave[i][2];
  }

  return 30;
  return comm_reverse;
}

/* ---------------------------------------------------------------------- */