From: bangerth Date: Tue, 4 Mar 2014 15:20:39 +0000 (+0000) Subject: Clarify an error message slightly. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834c7eee45d591260fe3eb3d88d8b84d34f820c6;p=dealii-svn.git Clarify an error message slightly. git-svn-id: https://svn.dealii.org/trunk@32607 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/trilinos_vector_base.h b/deal.II/include/deal.II/lac/trilinos_vector_base.h index d07b356faa..1ed43548dd 100644 --- a/deal.II/include/deal.II/lac/trilinos_vector_base.h +++ b/deal.II/include/deal.II/lac/trilinos_vector_base.h @@ -165,8 +165,8 @@ namespace TrilinosWrappers DeclException3 (ExcAccessToNonLocalElement, size_type, size_type, size_type, << "You tried to access element " << arg1 - << " of a distributed vector, but it is not stored on " - << "the current processor. Note: the elements stored " + << " of a distributed vector, but this element is not stored " + << "on the current processor. Note: The elements stored " << "on the current processor are within the range " << arg2 << " through " << arg3 << " but Trilinos vectors need not store contiguous "