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

This commit is contained in:
sjplimp
2014-03-06 17:24:25 +00:00
parent d1fce2720c
commit d7f0208ac9

View File

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