From: Martin Kronbichler Date: Fri, 5 Sep 2014 12:26:41 +0000 (+0200) Subject: Correct wrong message from PR 135 X-Git-Tag: v8.2.0-rc1~158^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbe3a4e312c8140eb1d9b9502b9b870f25cee6e1;p=dealii.git Correct wrong message from PR 135 --- diff --git a/include/deal.II/lac/trilinos_vector_base.h b/include/deal.II/lac/trilinos_vector_base.h index 62bd2fda3a..b9f5903ef4 100644 --- a/include/deal.II/lac/trilinos_vector_base.h +++ b/include/deal.II/lac/trilinos_vector_base.h @@ -863,7 +863,7 @@ namespace TrilinosWrappers << "on the current processor. Note: There are " << arg2 << " elements stored " << "on the current processor from within the range " - << arg4 << " through " << arg4 + << arg3 << " through " << arg4 << " but Trilinos vectors need not store contiguous " << "ranges on each processor, and not every element in " << "this range may in fact be stored locally.");