forked from lijiext/lammps
fix bug in recent dump changes for -DLAMMPS_BIGBIG
(cherry picked from commit a507936878
)
This commit is contained in:
parent
587bafdf2d
commit
1383684048
|
@ -118,7 +118,7 @@ class Dump : protected Pointers {
|
|||
int *index,*proclist;
|
||||
|
||||
double **xpbc,**vpbc;
|
||||
int *imagepbc;
|
||||
imageint *imagepbc;
|
||||
int maxpbc;
|
||||
|
||||
class Irregular *irregular;
|
||||
|
|
Loading…
Reference in New Issue