Remove unused variables

This commit is contained in:
Stan Gerald Moore
2021-09-14 20:20:09 -06:00
parent b4acacf5cb
commit c858703156
3 changed files with 1 additions and 4 deletions

View File

@ -460,7 +460,6 @@ double FixEfield::compute_vector(int n)
double* FixEfield::get_energy()
{
double **x = atom->x;
double *q = atom->q;
int *mask = atom->mask;
imageint *image = atom->image;