use explicit scope since virtual tables are not active yet

This commit is contained in:
Axel Kohlmeyer
2025-06-24 22:48:01 -04:00
parent 0cd6c5c3ec
commit 61bfc38961

View File

@ -81,7 +81,7 @@ FixAmoebaPiTorsion::FixAmoebaPiTorsion(LAMMPS *lmp, int narg, char **arg) :
// register with Atom class
nmax_previous = 0;
grow_arrays(atom->nmax);
FixAmoebaPiTorsion::grow_arrays(atom->nmax);
atom->add_callback(Atom::GROW);
atom->add_callback(Atom::RESTART);