From: kayser-herold Date: Thu, 27 Jul 2006 21:35:29 +0000 (+0000) Subject: Improve wording of error message for indices 1 and 2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc8a1e11349f58652b1f45d9f1d25320227ba94;p=dealii-svn.git Improve wording of error message for indices 1 and 2 git-svn-id: https://svn.dealii.org/trunk@13460 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/table.h b/deal.II/base/include/base/table.h index 113747fc05..98db82c754 100644 --- a/deal.II/base/include/base/table.h +++ b/deal.II/base/include/base/table.h @@ -200,7 +200,7 @@ namespace internal * the wrong one. */ DeclException3 (ExcIndexRange, int, int, int, - << "The " << N-P+1 << "th index has a value of " + << "Index " << N-P+1 << "has a value of " << arg1 << " but needs to be in the range [" << arg2 << "," << arg3 << "["); private: