Commit ef6801f8 authored by sjplimp's avatar sjplimp Committed by GitHub
Browse files

Merge pull request #257 from andeplane/IP_CORESHELL

Initialize pointers in CORESHELL
parents c81a7236 e7a2c6b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");