make certain did_mix is initialized

This commit is contained in:
Axel Kohlmeyer
2021-12-07 23:10:37 -05:00
parent bea273fc3a
commit a5ee7ca73f

View File

@ -67,6 +67,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
finitecutflag = 0;
ghostneigh = 0;
unit_convert_flag = utils::NOCONVERT;
did_mix = false;
nextra = 0;
pvector = nullptr;