Small cleanup

This commit is contained in:
Stan Moore
2024-06-24 17:52:58 -06:00
parent d5e5630cc5
commit a88a22c36e
2 changed files with 0 additions and 4 deletions

View File

@ -229,7 +229,6 @@ void PairPODKokkos<DeviceType>::compute(int eflag_in, int vflag_in)
x = atomKK->k_x.view<DeviceType>();
f = atomKK->k_f.view<DeviceType>();
type = atomKK->k_type.view<DeviceType>();
//k_cutsq.template sync<DeviceType>();
maxneigh = 0;
if (host_flag) {

View File

@ -44,7 +44,6 @@ class PairPODKokkos : public PairPOD {
void init_style() override;
double init_one(int, int) override;
//protected:
int inum, maxneigh;
int host_flag;
@ -54,8 +53,6 @@ class PairPODKokkos : public PairPOD {
typename AT::t_neighbors_2d d_neighbors;
typename AT::t_int_1d d_ilist;
typename AT::t_int_1d d_numneigh;
// typename AT::t_int_1d_randomread d_ilist;
// typename AT::t_int_1d_randomread d_numneigh;
DAT::tdual_efloat_1d k_eatom;
DAT::tdual_virial_array k_vatom;