From 5cc8e6b05b548783f50940c400d5ab1b13733adc Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Fri, 7 Sep 2007 18:00:58 +0000 Subject: [PATCH] Eliminated element type 15 from the list of supported elements in the gmsh format. git-svn-id: https://svn.dealii.org/trunk@15163 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_in.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h index 0b526f7ee5..bad936adcf 100644 --- a/deal.II/deal.II/include/grid/grid_in.h +++ b/deal.II/deal.II/include/grid/grid_in.h @@ -374,9 +374,8 @@ class GridIn << "Supported elements are: \n" << "ELM-TYPE\n" << "1 Line (2 nodes, 1 edge).\n" - << "3 Quadrangle (4 nodes, 4 edges).\n" - << "5 Hexahedron (8 nodes, 12 edges, 6 faces).\n" - << "15 Point (1 node)."); + << "3 Quadrilateral (4 nodes, 4 edges).\n" + << "5 Hexahedron (8 nodes, 12 edges, 6 faces)."); private: /** * Store address of the triangulation to -- 2.39.5