avoid uninitialized data access

This commit is contained in:
Axel Kohlmeyer
2024-12-06 15:31:00 -05:00
parent aaa8431919
commit 828f5b9a77

View File

@ -94,6 +94,7 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) :
maxbuf = maxids = maxsort = maxproc = 0; maxbuf = maxids = maxsort = maxproc = 0;
maxsbuf = 0; maxsbuf = 0;
sortcol = 0;
maxpbc = -1; maxpbc = -1;