Merge branch 'atomvec-custom' of github.com:lammps/lammps into atomvec-custom

This commit is contained in:
Steve Plimpton 2020-05-07 10:42:50 -06:00
commit 3a23a97f64
1 changed files with 1 additions and 0 deletions

View File

@ -710,6 +710,7 @@ void Special::combine()
atom->nmax,atom->maxspecial,"atom:special");
atomKK->modified(Device,SPECIAL_MASK);
atomKK->sync(Host,SPECIAL_MASK);
atom->avec->grow_pointers();
} else {
memory->destroy(atom->special);
memory->create(atom->special,atom->nmax,atom->maxspecial,"atom:special");