Commit 0a835c49 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix newly introduced bug

parent 6dcee30b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ void FixIPI::final_integrate()

  int nat=bsize/3;
  double **f= atom->f;
  double *lbuf = double[bsize];
  double *lbuf = new double[bsize];

  // reassembles the force vector from the local arrays
  int nlocal = atom->nlocal;