Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user