make certain Domain::box_change is initialized before use

This commit is contained in:
Axel Kohlmeyer 2017-06-06 08:08:10 -04:00
parent ff58ccac28
commit d437650c77
1 changed files with 1 additions and 0 deletions

View File

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