remove unused variable

This commit is contained in:
Axel Kohlmeyer
2023-07-01 18:27:35 -04:00
parent c1213c5222
commit 900c6cf545

View File

@ -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++) {