Unverified Commit 03ee03c0 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove set but unused flag

parent 5d7c52e1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ FixWallGran::FixWallGran(LAMMPS *lmp, int narg, char **arg) :
        if (iarg + 4 >= narg)
          error->all(FLERR,"Illegal wall/gran command, "
                     "not enough parameters provided for JKR option");
        beyond_contact = 1;
        normal_model = JKR;
        Emod = force->numeric(FLERR,arg[iarg+1]); //E
        normal_coeffs[1] = force->numeric(FLERR,arg[iarg+2]); //damping
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ class FixWallGran : public Fix {
  // for granular model choices
  int normal_model, damping_model;
  int tangential_model, roll_model, twist_model;
  int beyond_contact;

  // history flags
  int normal_history, tangential_history, roll_history, twist_history;