From: Wolfgang Bangerth Date: Thu, 20 Nov 2008 19:51:45 +0000 (+0000) Subject: Update comment. Do not try to duplicate information that is available elsewhere since... X-Git-Tag: v8.0.0~8361 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464d454e063b3c5f7d1e19c79aa336361e70b159;p=dealii.git 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 --- 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