Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes

This commit is contained in:
Axel Kohlmeyer
2021-08-26 22:56:08 -04:00

View File

@ -100,7 +100,7 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) : Pointers(lmp)
maxsbuf = 0;
sbuf = nullptr;
maxpbc = 0;
maxpbc = -1;
xpbc = vpbc = nullptr;
imagepbc = nullptr;