git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5472 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -173,7 +173,7 @@ void Dump::init()
|
||||
if (nprocs > 1 && irregular == NULL)
|
||||
irregular = new Irregular(lmp);
|
||||
|
||||
double size = group->count(igroup);
|
||||
bigint size = group->count(igroup);
|
||||
if (size > MAXINT32) error->all("Too many atoms to dump sort");
|
||||
|
||||
// set reorderflag = 1 if can simply reorder local atoms rather than sort
|
||||
|
||||
Reference in New Issue
Block a user