remove unused variables

This commit is contained in:
Axel Kohlmeyer
2024-08-27 08:57:42 -04:00
parent 2ebe1f019f
commit 5fbdf155e5

View File

@ -3693,7 +3693,6 @@ int FixBondReact::insert_atoms_setup(tagint **my_update_mega_glove, int iupdate)
imageint *imageflags;
double **coords,lamda[3],rotmat[3][3];
double *newcoord;
double **v = atom->v;
double t,delx,dely,delz,rsq;
memory->create(coords,twomol->natoms,3,"bond/react:coords");
@ -3709,7 +3708,6 @@ int FixBondReact::insert_atoms_setup(tagint **my_update_mega_glove, int iupdate)
}
// find current max atom and molecule IDs
tagint *tag = atom->tag;
double **x = atom->x;
tagint *molecule = atom->molecule;
int nlocal = atom->nlocal;