From 7a57dd6be15296c0dec887853a953be866bd26d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Oct 2014 21:37:42 -0500 Subject: [PATCH] Update a comment. --- include/deal.II/grid/grid_in.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index 98e65558b9..e20a12f2fc 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1999 - 2013 by the deal.II authors +// Copyright (C) 1999 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -540,12 +540,13 @@ public: DeclException1 (ExcGmshUnsupportedGeometry, int, << "The Element Identifier <" << arg1 << "> is not " - << "supported in the Deal.II Library.\n" + << "supported in the deal.II library when " + << "reading meshes in " << dim << " dimensions.\n" << "Supported elements are: \n" << "ELM-TYPE\n" << "1 Line (2 nodes, 1 edge).\n" << "3 Quadrilateral (4 nodes, 4 edges).\n" - << "5 Hexahedron (8 nodes, 12 edges, 6 faces).\n" + << "5 Hexahedron (8 nodes, 12 edges, 6 faces) when in 3d.\n" << "15 Point (1 node, ignored when read)"); -- 2.39.5