From 900c6cf545fe74bacb3adfa0721fa87c9ec5b2db Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 1 Jul 2023 18:27:35 -0400 Subject: [PATCH] remove unused variable --- src/REACTION/fix_bond_react.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REACTION/fix_bond_react.cpp b/src/REACTION/fix_bond_react.cpp index 83442ecb25..cf99efd099 100644 --- a/src/REACTION/fix_bond_react.cpp +++ b/src/REACTION/fix_bond_react.cpp @@ -2223,7 +2223,7 @@ note: currently uses global rxnID and onemol variables double FixBondReact::get_totalcharge() { - int j,jj,ilocal; + int j,jj; double *q = atom->q; double sim_total_charge = 0.0; for (j = 0; j < onemol->natoms; j++) {