From dbe3a4e312c8140eb1d9b9502b9b870f25cee6e1 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 5 Sep 2014 14:26:41 +0200 Subject: [PATCH] Correct wrong message from PR 135 --- include/deal.II/lac/trilinos_vector_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.39.5