Initialize pointers in CORESHELL
This commit is contained in:
@ -39,7 +39,7 @@ using namespace LAMMPS_NS;
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
ComputeTempCS::ComputeTempCS(LAMMPS *lmp, int narg, char **arg) :
|
||||
Compute(lmp, narg, arg)
|
||||
Compute(lmp, narg, arg), vint(NULL), id_fix(NULL), fix(NULL)
|
||||
{
|
||||
if (narg != 5) error->all(FLERR,"Illegal compute temp/cs command");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user