]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update a comment. 201/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 17 Oct 2014 02:37:42 +0000 (21:37 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 17 Oct 2014 02:45:53 +0000 (21:45 -0500)
include/deal.II/grid/grid_in.h

index 98e65558b97caed17683227a3633e4545247fd17..e20a12f2fc4ecdfb0e02efcc1e76c6fdb0dd3d87 100644 (file)
@@ -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)");
 
 

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.