make certain alpha_final is initialized

This commit is contained in:
Axel Kohlmeyer
2020-10-14 04:51:51 -04:00
parent 00e1edfae9
commit 89d60afb91

View File

@ -70,6 +70,7 @@ Min::Min(LAMMPS *lmp) : Pointers(lmp)
halfstepback_flag = 1;
delaystep_start_flag = 1;
max_vdotf_negatif = 2000;
alpha_final = 0.0;
elist_global = elist_atom = nullptr;
vlist_global = vlist_atom = cvlist_atom = nullptr;