avoid creating empty per atom position arrays for enforcing pbc for dumps
This commit is contained in:
@ -100,7 +100,7 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) : Pointers(lmp)
|
|||||||
maxsbuf = 0;
|
maxsbuf = 0;
|
||||||
sbuf = nullptr;
|
sbuf = nullptr;
|
||||||
|
|
||||||
maxpbc = 0;
|
maxpbc = -1;
|
||||||
xpbc = vpbc = nullptr;
|
xpbc = vpbc = nullptr;
|
||||||
imagepbc = nullptr;
|
imagepbc = nullptr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user