properly initialize Atom class member and avoid side effects during write data
This commit is contained in:
@ -227,6 +227,7 @@ Atom::Atom(LAMMPS *_lmp) : Pointers(_lmp)
|
||||
// type labels
|
||||
|
||||
lmap = nullptr;
|
||||
types_style = NUMERIC;
|
||||
|
||||
// custom atom arrays
|
||||
|
||||
|
||||
Reference in New Issue
Block a user