forked from lijiext/lammps
Fixed initialization of arrays in fixes
This commit is contained in:
parent
07eb1d443b
commit
425142ba2e
|
@ -41,7 +41,8 @@ enum{CONSTANT,EQUAL};
|
|||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
FixTempCSLD::FixTempCSLD(LAMMPS *lmp, int narg, char **arg) :
|
||||
Fix(lmp, narg, arg)
|
||||
Fix(lmp, narg, arg),
|
||||
vhold(NULL), tstr(NULL), id_temp(NULL), random(NULL)
|
||||
{
|
||||
if (narg != 7) error->all(FLERR,"Illegal fix temp/csld command");
|
||||
|
||||
|
|
Loading…
Reference in New Issue