From ecc8a1e11349f58652b1f45d9f1d25320227ba94 Mon Sep 17 00:00:00 2001 From: kayser-herold Date: Thu, 27 Jul 2006 21:35:29 +0000 Subject: [PATCH] Improve wording of error message for indices 1 and 2 git-svn-id: https://svn.dealii.org/trunk@13460 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5