From 369c8692a90026c55d57270b37491e5c83ebc02e Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 20 Nov 2008 19:51:45 +0000 Subject: [PATCH] Update comment. Do not try to duplicate information that is available elsewhere since it becomes obsolete so quickly. git-svn-id: https://svn.dealii.org/trunk@17665 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_in.h | 32 ++++---------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h index cd365625a5..11b9659bff 100644 --- a/deal.II/deal.II/include/grid/grid_in.h +++ b/deal.II/deal.II/include/grid/grid_in.h @@ -283,33 +283,11 @@ class GridIn /** * Read grid data from an msh - * file. - * - * The text file read consists of - * two blocks. The first lists - * the positions of the mesh - * nodes and has the format - * - *
-				      * \$NOD
-				      * @
-				      * 1 @ @ @
-				      * 2 @ @ @
-				      * ...
-				      * n @ @ @
-				      * \$ENDNOD
-				      * 
- * - * The second block lists the - * connectivity and material id's - * of the cells and faces. It is - * enclosed by \$ELM and - * \$ENDELM - * keywords. deal.II can handle - * elements which are lines, - * quadrilaterals or hexahedra - * only. For convenience, element - * type 15 (points) are ignored. + * file, either version 1 or + * version 2 of that file + * format. The GMSH formats are + * documented at + * http://www.geuz.org/gmsh/ . * * @note The input function of * deal.II does not distinguish -- 2.39.5