]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clarify an exception message.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 18 Mar 2015 23:38:05 +0000 (18:38 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 18 Mar 2015 23:38:05 +0000 (18:38 -0500)
include/deal.II/base/table_handler.h

index a5970683930dbd723d30c00440b2e09c25a6f44e..e98c05b9c699aa6cf89574d0c8849867d613fa38 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 1999 - 2014 by the deal.II authors
+// Copyright (C) 1999 - 2015 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -506,7 +506,9 @@ public:
    */
   DeclException1 (ExcUndefinedTexFormat,
                   std::string,
-                  << "<" << arg1 << "> is not a tex column format. Use l,c,r.");
+                  << "<" << arg1 << "> is not a tex column format. Use "
+                  << "'l', 'c', or 'r' to indicate left, centered, or "
+                  << "right aligned text.");
   //@}
 protected:
 

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.