From 89d60afb911567e46e75ef2a2a58d1bd4a5ab6c4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 14 Oct 2020 04:51:51 -0400 Subject: [PATCH] make certain alpha_final is initialized --- src/min.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/min.cpp b/src/min.cpp index 7474025c1a..2802c25eba 100644 --- a/src/min.cpp +++ b/src/min.cpp @@ -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;