remove unnecessary code in pair_kim.cpp

This commit is contained in:
Ryan S. Elliott
2018-06-27 15:13:48 -05:00
parent cb07782935
commit f1f140dd5f

View File

@ -679,9 +679,6 @@ void PairKIM::kim_init()
error->all(FLERR,"create_kim_particle_codes: symbol not found ");
}
// set total number of atoms
lmps_local_tot_num_atoms = (int) (atom->nghost + atom->nlocal);
pkim->GetInfluenceDistance(&kim_global_influence_distance);
pkim->GetNeighborListCutoffsPointer(&kim_number_of_cutoffs,
&kim_cutoff_values);