Unverified Commit cc81dc20 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove redundant initializers

parent 8a1f893b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -233,10 +233,6 @@ ComputeGlobalAtom::ComputeGlobalAtom(LAMMPS *lmp, int narg, char **arg) :
  else size_peratom_cols = nvalues;

  nmax = maxvector = 0;
  indices = NULL;
  varatom = NULL;
  vecglobal = NULL;

  vector_atom = NULL;
  array_atom = NULL;
}