Finish porting pair MEAM to Kokkos

This commit is contained in:
Stan Moore
2022-07-01 11:20:51 -06:00
parent 607ed68acd
commit ae7215037d
26 changed files with 1806 additions and 1323 deletions

View File

@ -126,6 +126,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
datamask_modify = ALL_MASK;
kokkosable = 0;
reverse_comm_device = 0;
copymode = 0;
}