avoid accessing uninitialized data. was missing from bugfix backport

This commit is contained in:
Axel Kohlmeyer
2025-04-06 07:03:54 -04:00
parent 36c052ef49
commit ae6a83c19f

View File

@ -75,6 +75,7 @@ Comm::Comm(LAMMPS *lmp) : Pointers(lmp)
maxexchange = maxexchange_atom = maxexchange_fix = 0;
maxexchange_fix_dynamic = 0;
bufextra = BUFEXTRA;
bufextra_max = bufextra;
grid2proc = nullptr;
xsplit = ysplit = zsplit = nullptr;