Commit 3a23a97f authored by Steve Plimpton's avatar Steve Plimpton
Browse files

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

parents 71149768 2b9a1a69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");