make sure fix deform related variables are always initialized to avoid issues with the DomainOMP class.

This commit is contained in:
Axel Kohlmeyer 2019-05-05 10:26:27 -04:00
parent a7226bd93d
commit bac8b267df
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 0 deletions

View File

@ -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;