From e04595bc277af7ff2c4801b5efc1be6425486d30 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 2 Apr 2013 15:22:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9729 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/dump.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dump.cpp b/src/dump.cpp index addda1afef..8bee56a0de 100644 --- a/src/dump.cpp +++ b/src/dump.cpp @@ -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)