Fix pointer delete issue with Kokkos package

This commit is contained in:
Stan Moore
2020-05-07 11:09:39 -06:00
parent cc18177153
commit d69009ac45

View File

@ -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