Merge branch 'master' into symbolic-atom-constants

This commit is contained in:
Axel Kohlmeyer
2020-09-15 17:44:31 -04:00
1186 changed files with 8448 additions and 8360 deletions

View File

@ -154,7 +154,7 @@ void Replicate::command(int narg, char **arg)
// also set atomKK for Kokkos version of Atom class
Atom *old = atom;
atomKK = NULL;
atomKK = nullptr;
if (lmp->kokkos) atom = atomKK = new AtomKokkos(lmp);
else atom = new Atom(lmp);