must initialize vest_temp to null to avoid segfaults

This commit is contained in:
Axel Kohlmeyer
2023-04-21 17:47:06 -04:00
parent 7c723b4852
commit 3e05efa1f3

View File

@ -186,7 +186,7 @@ Atom::Atom(LAMMPS *_lmp) : Pointers(_lmp)
// MESO package
cc = cc_flux = nullptr;
edpd_temp = edpd_flux = edpd_cv = nullptr;
edpd_temp = edpd_flux = edpd_cv = vest_temp = nullptr;
// MACHDYN package