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

@ -341,8 +341,6 @@ void FixACKS2ReaxFF::init_storage()
void FixACKS2ReaxFF::pre_force(int /*vflag*/)
{
double t_start, t_end;
if (update->ntimestep % nevery) return;
if (comm->me == 0) t_start = MPI_Wtime();

View File

@ -305,7 +305,7 @@ namespace ReaxFF {
double e_vdW, e_ele;
double CEvd, CEclmb, SMALL = 0.0001;
double f_tmp, delij[3];
double xcut, bond_softness, d_bond_softness, d, effpot_diff;
double bond_softness, d_bond_softness, d, effpot_diff;
far_neighbor_data *nbr_pj;
reax_list *far_nbrs;

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;