Unverified Commit a7226bd9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unused variables

parent 3baf15ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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