remove unused variable
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user