Fix pointer delete issue with Kokkos package
This commit is contained in:
@ -52,6 +52,7 @@ AtomVec::AtomVec(LAMMPS *lmp) : Pointers(lmp)
|
|||||||
nargcopy = 0;
|
nargcopy = 0;
|
||||||
argcopy = NULL;
|
argcopy = NULL;
|
||||||
|
|
||||||
|
threads = NULL;
|
||||||
nthreads = comm->nthreads;
|
nthreads = comm->nthreads;
|
||||||
|
|
||||||
// peratom variables auto-included in corresponding child style fields string
|
// peratom variables auto-included in corresponding child style fields string
|
||||||
|
|||||||
Reference in New Issue
Block a user