From: Wolfgang Bangerth Date: Wed, 20 Sep 2000 07:51:39 +0000 (+0000) Subject: Change documentation. I am not sure whether we really want to read X-Git-Tag: v8.0.0~20087 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a364adceb5c03c3b2006fe271f3532f5d48a7767;p=dealii.git Change documentation. I am not sure whether we really want to read data as well, as that requires a DoFHandler and this is somewhat beyond teh scope of this class. git-svn-id: https://svn.dealii.org/trunk@3342 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 5d3f729f51..0ef14dcaee 100644 --- a/deal.II/deal.II/include/grid/grid_in.h +++ b/deal.II/deal.II/include/grid/grid_in.h @@ -23,12 +23,10 @@ template class Triangulation; /** - * This class implements an input mechanism for grid data. It allows to - * read a grid structure into a triangulation object. Future versions - * will also allow to read data on this grid into vectors. - * - * At present, only UCD (unstructured cell data) is supported as input - * format for grid data. Any numerical data after the block of topological + * This class implements an input mechanism for grid data. It allows + * to read a grid structure into a triangulation object. At present, + * only UCD (unstructured cell data) is supported as input format for + * grid data. Any numerical data after the block of topological * information is ignored. * * To read grid data, the triangulation to be fed with has to be empty.