Add Kokkos version of compute orientorder/atom

This commit is contained in:
Stan Moore
2020-02-24 13:27:40 -07:00
parent f0935feabe
commit 674781fe0e
322 changed files with 3229 additions and 2663 deletions

View File

@ -162,6 +162,8 @@ ComputeOrientOrderAtom::ComputeOrientOrderAtom(LAMMPS *lmp, int narg, char **arg
ComputeOrientOrderAtom::~ComputeOrientOrderAtom()
{
if (copymode) return;
memory->destroy(qnarray);
memory->destroy(distsq);
memory->destroy(rlist);