use explicit scoping when virtual dispatch is not available.
This commit is contained in:
@ -82,7 +82,7 @@ FixRigid::FixRigid(LAMMPS *lmp, int narg, char **arg) :
|
||||
eflags = nullptr;
|
||||
orient = nullptr;
|
||||
dorient = nullptr;
|
||||
grow_arrays(atom->nmax);
|
||||
FixRigid::grow_arrays(atom->nmax);
|
||||
atom->add_callback(Atom::GROW);
|
||||
|
||||
// parse args for rigid body specification
|
||||
|
||||
Reference in New Issue
Block a user