Skip to content
Snippets Groups Projects
Commit 9fec8a04 authored by Stan Moore's avatar Stan Moore
Browse files

Remove clean_copy function from pair_vashishta_kokkos

parent b8897765
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,6 @@ void PairVashishtaKokkos<DeviceType>::compute(int eflag_in, int vflag_in) ...@@ -114,7 +114,6 @@ void PairVashishtaKokkos<DeviceType>::compute(int eflag_in, int vflag_in)
d_numneigh = k_list->d_numneigh; d_numneigh = k_list->d_numneigh;
d_neighbors = k_list->d_neighbors; d_neighbors = k_list->d_neighbors;
k_list->clean_copy();
copymode = 1; copymode = 1;
EV_FLOAT ev; EV_FLOAT ev;
......
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