force initialization
This commit is contained in:
@ -33,6 +33,7 @@ enum { CONSTANT, VARIABLE };
|
||||
RegCylinder::RegCylinder(LAMMPS *lmp, int narg, char **arg) :
|
||||
Region(lmp, narg, arg), c1str(nullptr), c2str(nullptr), rstr(nullptr)
|
||||
{
|
||||
c1style = c2style = CONSTANT;
|
||||
options(narg - 8, &arg[8]);
|
||||
|
||||
// check open face settings
|
||||
|
||||
Reference in New Issue
Block a user