From: Wolfgang Bangerth Date: Thu, 10 Dec 1998 16:23:48 +0000 (+0000) Subject: Doc updates. X-Git-Tag: v8.0.0~22567 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca21c8a61e70553badf5aeab55829af9a36bec7;p=dealii.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];