remove unused variable

This commit is contained in:
Dan Ibanez
2017-01-25 15:40:52 -07:00
parent 053ee54a27
commit e992bfe510

View File

@ -191,7 +191,6 @@ void ComputeCoordAtom::compute_peratom()
c_orientorder->invoked_flag |= INVOKED_PERATOM; c_orientorder->invoked_flag |= INVOKED_PERATOM;
} }
nqlist = c_orientorder->nqlist; nqlist = c_orientorder->nqlist;
int ltmp = l;
normv = c_orientorder->array_atom; normv = c_orientorder->array_atom;
comm->forward_comm_compute(this); comm->forward_comm_compute(this);
} }