forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9729 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f62f514868
commit
e04595bc27
|
@ -175,7 +175,8 @@ void Dump::init()
|
|||
|
||||
if (sort_flag) {
|
||||
if (multiproc > 1)
|
||||
error->all(FLERR,"Cannot dump sort when multiple procs write the dump file");
|
||||
error->all(FLERR,
|
||||
"Cannot dump sort when multiple procs write the dump file");
|
||||
if (sortcol == 0 && atom->tag_enable == 0)
|
||||
error->all(FLERR,"Cannot dump sort on atom IDs with no atom IDs defined");
|
||||
if (sortcol && sortcol > size_one)
|
||||
|
|
Loading…
Reference in New Issue