remove assignments of variables to themselves

This commit is contained in:
Axel Kohlmeyer
2025-05-15 02:53:12 -04:00
parent 01bde55e9a
commit 32588f075e
2 changed files with 0 additions and 2 deletions

View File

@ -236,7 +236,6 @@ MEAMKokkos<DeviceType>::meam_dens_init(int inum_half, int ntype, typename AT::t_
this->d_neighbors_half = d_neighbors_half;
this->d_neighbors_full = d_neighbors_full;
this->d_offset = d_offset;
this->nlocal = nlocal;
if (need_dup) {
dup_rho0 = Kokkos::Experimental::create_scatter_view<Kokkos::Experimental::ScatterSum, Kokkos::Experimental::ScatterDuplicated>(d_rho0);

View File

@ -17,7 +17,6 @@ void MEAMKokkos<DeviceType>::meam_force(
{
EV_FLOAT ev;
this->eflag_either = eflag_either;
this->eflag_global = eflag_global;
this->eflag_atom = eflag_atom;
this->vflag_global = vflag_global;