]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Improve wording of error message for indices 1 and 2
authorkayser-herold <kayser-herold@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jul 2006 21:35:29 +0000 (21:35 +0000)
committerkayser-herold <kayser-herold@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Jul 2006 21:35:29 +0000 (21:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@13460 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/table.h

index 113747fc058103653500591ad71c02c1cd4ea766..98db82c754f767ff287891a013776a54ac20fd41 100644 (file)
@@ -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:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.