fix newly introduced bug

This commit is contained in:
Axel Kohlmeyer 2018-05-04 18:32:41 -04:00
parent 6dcee30b1a
commit 0a835c499a
1 changed files with 1 additions and 1 deletions

View File

@ -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;