Add Kokkos version of pair_style soft

This commit is contained in:
Stan Moore
2024-06-04 13:57:51 -06:00
parent e8ee0d9e71
commit 984d39366e
5 changed files with 374 additions and 1 deletions

View File

@ -39,6 +39,8 @@ PairSoft::PairSoft(LAMMPS *lmp) : Pair(lmp)
PairSoft::~PairSoft()
{
if (copymode) return;
if (allocated) {
memory->destroy(setflag);
memory->destroy(cutsq);