forked from lijiext/lammps
remove unused variables
This commit is contained in:
parent
3baf15ed6f
commit
a7226bd93d
|
@ -573,7 +573,7 @@ void FixNVESpin::AdvanceSingleSpin(int i)
|
|||
int *sametag = atom->sametag;
|
||||
double **sp = atom->sp;
|
||||
double **fm = atom->fm;
|
||||
double msq,scale,fm2,energy,dts2;
|
||||
double fm2,energy,dts2;
|
||||
double cp[3],g[3];
|
||||
|
||||
cp[0] = cp[1] = cp[2] = 0.0;
|
||||
|
|
|
@ -126,7 +126,6 @@ void FixSetForceSpin::single_setforce_spin(int i, double fmi[3])
|
|||
{
|
||||
double **x = atom->x;
|
||||
int *mask = atom->mask;
|
||||
int nlocal = atom->nlocal;
|
||||
|
||||
// update region if necessary
|
||||
|
||||
|
|
Loading…
Reference in New Issue