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