fix bug in recent dump changes for -DLAMMPS_BIGBIG

(cherry picked from commit a507936878)
This commit is contained in:
Axel Kohlmeyer 2016-08-21 11:17:18 -04:00
parent 587bafdf2d
commit 1383684048
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class Dump : protected Pointers {
int *index,*proclist;
double **xpbc,**vpbc;
int *imagepbc;
imageint *imagepbc;
int maxpbc;
class Irregular *irregular;