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

make certain Domain::box_change is initialized before use

parent ff58ccac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ enum{LAYOUT_UNIFORM,LAYOUT_NONUNIFORM,LAYOUT_TILED}; // several files
Domain::Domain(LAMMPS *lmp) : Pointers(lmp)
{
  box_exist = 0;
  box_change = 0;

  dimension = 3;
  nonperiodic = 0;