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

make sure fix deform related variables are always initialized to avoid issues...

make sure fix deform related variables are always initialized to avoid issues with the DomainOMP class.
parent a7226bd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ Domain::Domain(LAMMPS *lmp) : Pointers(lmp)
{
  box_exist = 0;
  box_change = 0;
  deform_flag = deform_vremap = deform_groupbit = 0;

  dimension = 3;
  nonperiodic = 0;