use explicit scoping when virtual dispatch is not available.

This commit is contained in:
Axel Kohlmeyer
2021-09-15 16:08:17 -04:00
parent 65d8f7f964
commit 7d92d665e8
36 changed files with 46 additions and 46 deletions

View File

@ -73,7 +73,7 @@ FixSpringSelf::FixSpringSelf(LAMMPS *lmp, int narg, char **arg) :
// register with Atom class
xoriginal = nullptr;
grow_arrays(atom->nmax);
FixSpringSelf::grow_arrays(atom->nmax);
atom->add_callback(Atom::GROW);
atom->add_callback(Atom::RESTART);