From b22bfadf530b7ba526e1bd4a61f6b6c8cf90c1c5 Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Sun, 6 Jun 2010 00:07:58 +0000
Subject: [PATCH] Add to doc.

git-svn-id: https://svn.dealii.org/trunk@21157 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/deal.II/include/grid/grid_in.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h
index 31c808e4a3..79d4ef75f3 100644
--- a/deal.II/deal.II/include/grid/grid_in.h
+++ b/deal.II/deal.II/include/grid/grid_in.h
@@ -30,13 +30,13 @@ class SubCellData;
 
 
 /**
- * This class implements an input mechanism for grid data. It allows to
- * read a grid structure into a triangulation object. At present, UCD
- * (unstructured cell data), DB Mesh, XDA, Gmsh, Tecplot, NetCDF and Cubit
- * are supported as input format for grid data. Any numerical data after
- * the block of topological information is ignored. Notice also that at
- * the moment in the codimension 1 case only UCD and Gmsh format are
- * accepted.
+ * This class implements an input mechanism for grid data. It allows to read a
+ * grid structure into a triangulation object. At present, UCD (unstructured
+ * cell data), DB Mesh, XDA, Gmsh, Tecplot, NetCDF and Cubit are supported as
+ * input format for grid data. Any numerical data after the block of geometric
+ * (vertex locations) and topological (how vertices form cells) information is
+ * ignored. Notice also that at the moment in the codimension 1 case only UCD
+ * and Gmsh format are accepted.
  *
  * Since the coarse mesh fed into a @p Triangulation object cannot
  * have hanging nodes, strange things will happen if the input file
-- 
2.39.5