From e5f2ed5c0d7c6afe391cbb36f59880dbae0241ad Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 13 Jun 2002 15:52:49 +0000 Subject: [PATCH] Small change in additional Information. git-svn-id: https://svn.dealii.org/trunk@6109 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index c1be69fad0..c4cfebc61f 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -435,9 +435,10 @@ class FETools */ DeclException1 (ExcHangingNodesNotAllowed, int, - << "You are using continuous elements on a grid with hanging " - << "nodes without providing hanging node constraints. Use this" - << "function with additional ConstraintMatrix argument, instead."); + << "You are using continuous elements on a grid with " + << "hanging nodes but without providing hanging node " + << "constraints. Use the respective function with " + << "additional ConstraintMatrix argument(s), instead."); /** * Exception -- 2.39.5