git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13274 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-03-23 15:36:07 +00:00
parent e4fd7af5ab
commit d744af1de7
3 changed files with 4 additions and 3 deletions

View File

@ -575,10 +575,8 @@ void Special::combine()
if (lmp->kokkos) {
AtomKokkos* atomKK = (AtomKokkos*) atom;
#ifdef LMP_KOKKOS
memory->grow_kokkos(atomKK->k_special,atom->special,
atom->nmax,atom->maxspecial,"atom:special");
#endif
} else {
memory->destroy(atom->special);
memory->create(atom->special,atom->nmax,atom->maxspecial,"atom:special");