Initialize pointers in CORESHELL

This commit is contained in:
Anders Hafreager
2016-11-07 16:26:16 +01:00
parent 77bbf03f0f
commit e7a2c6b5d1

View File

@ -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");