dead code removal

This commit is contained in:
Axel Kohlmeyer
2020-07-16 21:14:22 -04:00
parent 2be20f424f
commit fb7923df06
5 changed files with 1 additions and 28 deletions

View File

@ -34,13 +34,8 @@ FixBondCreateAngle::FixBondCreateAngle(LAMMPS *lmp, int narg, char **arg) :
int FixBondCreateAngle::constrain(int i, int j, double amin, double amax)
{
double **x = atom->x;
tagint *tag = atom->tag;
tagint **bond_atom = atom->bond_atom;
int *num_bond = atom->num_bond;
int **nspecial = atom->nspecial;
tagint **special = atom->special;
int *mask = atom->mask;
int *type = atom->type;
double v1x = 0.0;
double v1y = 0.0;