Add Kokkos version of compute coord/atom

This commit is contained in:
Stan Moore
2020-02-25 10:22:30 -07:00
parent a3c5c49a6b
commit a44e49e276
5 changed files with 335 additions and 4 deletions

View File

@ -119,6 +119,8 @@ ComputeCoordAtom::ComputeCoordAtom(LAMMPS *lmp, int narg, char **arg) :
ComputeCoordAtom::~ComputeCoordAtom()
{
if (copymode) return;
delete [] group2;
delete [] typelo;
delete [] typehi;