Skip to content
Snippets Groups Projects
Commit 8c4d5926 authored by stamoor's avatar stamoor
Browse files

Fixing Kokkos bug

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14503 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent b5c90fac
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ NeighborKokkos::~NeighborKokkos()
delete [] pair_build_device;
delete [] pair_build_host;
memory->destroy_kokkos(k_ex_type,ex_type);
memory->destroy_kokkos(k_ex1_type,ex1_type);
memory->destroy_kokkos(k_ex2_type,ex2_type);
memory->destroy_kokkos(k_ex1_group,ex1_group);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment