From 9bbfb2f782cdb5a901b5e621263c5ac4c149473a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 18 Mar 2015 18:38:05 -0500 Subject: [PATCH] Clarify an exception message. --- include/deal.II/base/table_handler.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/table_handler.h b/include/deal.II/base/table_handler.h index a597068393..e98c05b9c6 100644 --- a/include/deal.II/base/table_handler.h +++ b/include/deal.II/base/table_handler.h @@ -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: -- 2.39.5