Add Kokkos version of pair_style soft
This commit is contained in:
@ -39,6 +39,8 @@ PairSoft::PairSoft(LAMMPS *lmp) : Pair(lmp)
|
||||
|
||||
PairSoft::~PairSoft()
|
||||
{
|
||||
if (copymode) return;
|
||||
|
||||
if (allocated) {
|
||||
memory->destroy(setflag);
|
||||
memory->destroy(cutsq);
|
||||
|
||||
Reference in New Issue
Block a user