remove dead code
This commit is contained in:
@ -46,10 +46,10 @@ void BondFENENM::compute(int eflag, int vflag)
|
||||
{
|
||||
int i1, i2, n, type;
|
||||
double delx, dely, delz, ebond, fbond;
|
||||
double rsq, r0sq, rlogarg, sr6;
|
||||
double rsq, r0sq, rlogarg;
|
||||
double r;
|
||||
|
||||
ebond = sr6 = 0.0;
|
||||
ebond = 0.0;
|
||||
ev_init(eflag, vflag);
|
||||
|
||||
double **x = atom->x;
|
||||
|
||||
Reference in New Issue
Block a user