Initialized pointers in MISC and MOLECULE
This commit is contained in:
@ -54,7 +54,8 @@ static const char cite_fix_orient_fcc[] =
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
FixOrientFCC::FixOrientFCC(LAMMPS *lmp, int narg, char **arg) :
|
||||
Fix(lmp, narg, arg)
|
||||
Fix(lmp, narg, arg),
|
||||
xifilename(NULL), chifilename(NULL), order(NULL), nbr(NULL), sort(NULL), list(NULL)
|
||||
{
|
||||
if (lmp->citeme) lmp->citeme->add(cite_fix_orient_fcc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user