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