From: Wolfgang Bangerth Date: Fri, 17 Oct 2014 02:37:42 +0000 (-0500) Subject: Update a comment. X-Git-Tag: v8.2.0-rc1~103^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a57dd6be15296c0dec887853a953be866bd26d4;p=dealii.git Update a comment. --- 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)");