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