Remove unused variables
This commit is contained in:
@ -341,8 +341,6 @@ void FixACKS2ReaxFF::init_storage()
|
|||||||
|
|
||||||
void FixACKS2ReaxFF::pre_force(int /*vflag*/)
|
void FixACKS2ReaxFF::pre_force(int /*vflag*/)
|
||||||
{
|
{
|
||||||
double t_start, t_end;
|
|
||||||
|
|
||||||
if (update->ntimestep % nevery) return;
|
if (update->ntimestep % nevery) return;
|
||||||
if (comm->me == 0) t_start = MPI_Wtime();
|
if (comm->me == 0) t_start = MPI_Wtime();
|
||||||
|
|
||||||
|
|||||||
@ -305,7 +305,7 @@ namespace ReaxFF {
|
|||||||
double e_vdW, e_ele;
|
double e_vdW, e_ele;
|
||||||
double CEvd, CEclmb, SMALL = 0.0001;
|
double CEvd, CEclmb, SMALL = 0.0001;
|
||||||
double f_tmp, delij[3];
|
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;
|
far_neighbor_data *nbr_pj;
|
||||||
reax_list *far_nbrs;
|
reax_list *far_nbrs;
|
||||||
|
|||||||
@ -460,7 +460,6 @@ double FixEfield::compute_vector(int n)
|
|||||||
double* FixEfield::get_energy()
|
double* FixEfield::get_energy()
|
||||||
{
|
{
|
||||||
double **x = atom->x;
|
double **x = atom->x;
|
||||||
double *q = atom->q;
|
|
||||||
int *mask = atom->mask;
|
int *mask = atom->mask;
|
||||||
imageint *image = atom->image;
|
imageint *image = atom->image;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user