git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9729 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2013-04-02 15:22:44 +00:00
parent f62f514868
commit e04595bc27
1 changed files with 2 additions and 1 deletions

View File

@ -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)