Commit 13836840 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bug in recent dump changes for -DLAMMPS_BIGBIG

(cherry picked from commit a507936878611c8d63eb4f4ec90365b2a6318f9a)
parent 587bafdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ class Dump : protected Pointers {
  int *index,*proclist;

  double **xpbc,**vpbc;
  int *imagepbc;
  imageint *imagepbc;
  int maxpbc;

  class Irregular *irregular;