mirror of https://github.com/lammps/lammps.git
silence warning about initialization order
This commit is contained in:
parent
2a5cd1d31e
commit
446b05ebc1
|
@ -38,7 +38,7 @@ enum{THETA,ENG,VARIABLE};
|
|||
|
||||
ComputeAngleLocal::ComputeAngleLocal(LAMMPS *lmp, int narg, char **arg) :
|
||||
Compute(lmp, narg, arg),
|
||||
bstyle(NULL), vstr(NULL), vvar(NULL), tstr(NULL), vlocal(NULL), alocal(NULL)
|
||||
bstyle(NULL), vvar(NULL), tstr(NULL), vstr(NULL), vlocal(NULL), alocal(NULL)
|
||||
{
|
||||
if (narg < 4) error->all(FLERR,"Illegal compute angle/local command");
|
||||
|
||||
|
|
Loading…
Reference in New Issue