Commit 5320bbf5 authored by sjplimp's avatar sjplimp Committed by GitHub
Browse files

Merge pull request #275 from andeplane/IP_VORONOI

Initializing pointers in VORONOI
parents 44488198 c20ee34c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -42,7 +42,10 @@ using namespace voro;
/* ---------------------------------------------------------------------- */

ComputeVoronoi::ComputeVoronoi(LAMMPS *lmp, int narg, char **arg) :
  Compute(lmp, narg, arg)
  Compute(lmp, narg, arg), con_mono(NULL), con_poly(NULL), 
  radstr(NULL), voro(NULL), edge(NULL), sendvector(NULL), 
  rfield(NULL), tags(NULL), occvec(NULL), sendocc(NULL), 
  lroot(NULL), lnext(NULL), faces(NULL)
{
  int sgroup;