remove unused variable

This commit is contained in:
Axel Kohlmeyer
2020-07-07 20:53:50 -04:00
parent 9a268da7de
commit 6e3e13f2a8

View File

@ -586,7 +586,7 @@ void AtomVecBody::pack_data_pre(int ilocal)
int AtomVecBody::pack_data_bonus(double *buf, int /*flag*/)
{
int i,j;
int i;
tagint *tag = atom->tag;
int nlocal = atom->nlocal;