fix bugs found by or avoid warnings from coverity scan

This commit is contained in:
Axel Kohlmeyer
2021-02-26 15:55:20 -05:00
parent 099dcedb7f
commit 09e33fd342
10 changed files with 12 additions and 5 deletions

View File

@ -54,6 +54,7 @@ Update::Update(LAMMPS *lmp) : Pointers(lmp)
eflag_atom = vflag_atom = 0;
dt_default = 1;
dt = 0.0;
unit_style = nullptr;
set_units("lj");