Remove dead code

This commit is contained in:
Matt Bettencourt
2025-03-20 15:06:04 +01:00
parent 829a0868e8
commit bbed85a410

View File

@ -116,9 +116,6 @@ void PairMLIAPKokkos<DeviceType>::compute(int eflag, int vflag)
// calculate force contributions beta_i*dB_i/dR_j
atomKK->sync(descriptor_space,F_MASK);
k_data->sync(descriptor_space, NUMNEIGHS_MASK | IATOMS_MASK | IELEMS_MASK | ELEMS_MASK | BETAS_MASK | JATOMS_MASK | PAIR_I_MASK | JELEMS_MASK | RIJ_MASK );
int nrank,size;
MPI_Comm_rank(MPI_COMM_WORLD,&nrank);
MPI_Comm_size(MPI_COMM_WORLD,&size);
descriptor->compute_forces(data);
e_tally(data);