Merge pull request #2046 from stanmoore1/kk_cutneighsq

Fix rare issue in Kokkos neighlist
This commit is contained in:
Axel Kohlmeyer 2020-04-30 13:00:51 -04:00 committed by GitHub
commit 6b8f26e8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ void NPairKokkos<DeviceType,HALF_NEIGH,GHOST,TRI,SIZE>::copy_neighbor_info()
newton_pair = force->newton_pair;
k_cutneighsq = neighborKK->k_cutneighsq;
k_cutneighsq.modify<LMPHostType>();
// exclusion info