Unverified Commit 8c02ce73 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence some compiler warnings

parent f98aed41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -642,7 +642,7 @@ void ComputeVoronoi::compute_local()
/* ---------------------------------------------------------------------- */

int ComputeVoronoi::pack_forward_comm(int n, int *list, double *buf,
                                  int pbc_flag, int *pbc)
                                  int /* pbc_flag */, int * /* pbc */)
{
  int i,m=0;
  for (i = 0; i < n; ++i) buf[m++] = rfield[list[i]];