From: wolf Date: Thu, 10 Dec 1998 16:23:48 +0000 (+0000) Subject: Doc updates. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78dd38dd890420e323d1f7bd6213ae17e6fb492e;p=dealii-svn.git Doc updates. git-svn-id: https://svn.dealii.org/trunk@690 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_quad.h b/deal.II/deal.II/include/grid/tria_quad.h index 61a93d1d46..619ed67bb3 100644 --- a/deal.II/deal.II/include/grid/tria_quad.h +++ b/deal.II/deal.II/include/grid/tria_quad.h @@ -11,7 +11,7 @@ /** * #Quad#s denote the fundamental entities of triangulations in two dimensions * and the boundaries of hexaeders in three dimensions. They are - * characterized by the (global) indices of the corner points. + * characterized by the (global) indices of the dour bounding lines. * * A quad itself has one index, as far as the topological part handled in * the triangulation is concerned: the index in the level @@ -55,7 +55,7 @@ class Quad { */ DeclException1 (ExcRange, int, - << "Indices for the point number must be 0, 1, 2 or 3, " + << "Indices for the line number must be 0, 1, 2 or 3, " << "but you gave " << arg1); protected: int lines[4];