remove set but unused flag

This commit is contained in:
Axel Kohlmeyer 2019-03-28 11:44:50 -04:00
parent 5d7c52e114
commit 03ee03c043
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 0 additions and 2 deletions

View File

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

View File

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