remove unused variables

This commit is contained in:
Axel Kohlmeyer 2019-05-04 15:12:31 -04:00
parent 3baf15ed6f
commit a7226bd93d
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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