Must use explicit scope on virtual functions when called from constructor
This commit is contained in:
@ -39,7 +39,7 @@ ComputeGyrationChunk::ComputeGyrationChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
idchunk = utils::strdup(arg[3]);
|
||||
|
||||
init();
|
||||
ComputeGyrationChunk::init();
|
||||
|
||||
// optional args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user