From d7f0208ac9b778448f9497bbf39fb4f536d00f8a Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 6 Mar 2014 17:24:25 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11594 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/compute_reduce.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compute_reduce.cpp b/src/compute_reduce.cpp index d4bd7e68c5..9f87fcd09b 100644 --- a/src/compute_reduce.cpp +++ b/src/compute_reduce.cpp @@ -531,7 +531,8 @@ double ComputeReduce::compute_one(int m, int flag) } else if (which[m] == FIX) { if (update->ntimestep % modify->fix[vidx]->peratom_freq) - error->all(FLERR,"Fix used in compute reduce not computed at compatible time"); + error->all(FLERR,"Fix used in compute reduce not " + "computed at compatible time"); Fix *fix = modify->fix[vidx]; if (flavor[m] == PERATOM) {