git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5498 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -174,7 +174,7 @@ void Dump::init()
|
||||
irregular = new Irregular(lmp);
|
||||
|
||||
bigint size = group->count(igroup);
|
||||
if (size > MAXINT32) error->all("Too many atoms to dump sort");
|
||||
if (size > MAXSMALLINT) error->all("Too many atoms to dump sort");
|
||||
|
||||
// set reorderflag = 1 if can simply reorder local atoms rather than sort
|
||||
// criteria: sorting by ID, atom IDs are consecutive from 1 to Natoms
|
||||
|
||||
Reference in New Issue
Block a user