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

Merge pull request #255 from andeplane/IP_ASPHERE

Initialize pointers in ASPHERE
parents 16a02ef2 cd65d44d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ enum{ROTATE,ALL};
/* ---------------------------------------------------------------------- */

ComputeTempAsphere::ComputeTempAsphere(LAMMPS *lmp, int narg, char **arg) :
  Compute(lmp, narg, arg)
  Compute(lmp, narg, arg),
  id_bias(NULL), tbias(NULL), avec(NULL)
{
  if (narg < 3) error->all(FLERR,"Illegal compute temp/asphere command");