From 5f3ef8b05f5d581816d3850a208249eb29dc5b33 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 19 Jan 1999 16:55:16 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://svn.dealii.org/trunk@739 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index af3e4c9e7d..d5542986dd 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1179,9 +1179,9 @@ class TriaDimensionInfo<2> { * numbered as for the quadrilateral, for the back face they are just shifted. * Finally, the four lines connecting front and back face are numbered: * \begin{verbatim} - * *---6---* *-------* + * *---6---* *---6---* * /| | / /| - * 11 | 5 11 10 | + * 11 | 5 11 10 5 * / 7 | / / | * * | | *---2---* | * | *---4---* | | * @@ -1190,8 +1190,8 @@ class TriaDimensionInfo<2> { * |/ / | |/ * *---0---* *---0---* * \end{verbatim} - * The direction of the front and back lines is as for the respective faces, while - * the connecting faces always point to the back: + * The directions of the front and back lines is as for the respective faces, while + * the connecting lines always point to the back: * \begin{verbatim} * *--->---* *--->---* * /| | / /| -- 2.39.5