From 6e3e13f2a82a6426472b2ab8b02f508ad1017f84 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 7 Jul 2020 20:53:50 -0400 Subject: [PATCH] remove unused variable --- src/atom_vec_body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom_vec_body.cpp b/src/atom_vec_body.cpp index c944cf3eda..20752b4091 100644 --- a/src/atom_vec_body.cpp +++ b/src/atom_vec_body.cpp @@ -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;