Commit a726cb50 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix uninitialized data issue detected by valgrind

parent a20c38af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ FixNH::FixNH(LAMMPS *lmp, int narg, char **arg) :
  // for CauchyStat

  usePK = 1;
  initRUN = 0;
  restartPK = 0;
  restart_global = 1;
  restart_stored = 0;