From 26e876d49ba4f2d91411061c45245ab6f5e1eda6 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 9 Nov 2005 10:08:39 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@11742 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/include/grid/grid_reordering.h | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deal.II/deal.II/include/grid/grid_reordering.h b/deal.II/deal.II/include/grid/grid_reordering.h index f6b0f2052c..42fcb5a8e4 100644 --- a/deal.II/deal.II/include/grid/grid_reordering.h +++ b/deal.II/deal.II/include/grid/grid_reordering.h @@ -43,16 +43,16 @@ * @endverbatim * the vertices in 3d: * @verbatim - * 7-------6 - * /| | - * / | | - * / | | - * 3 | | - * | 4-------5 - * | / / - * | / / - * |/ / - * 0-------1 + * 7-------6 7-------6 + * /| | / /| + * / | | / / | + * / | | / / | + * 3 | | 3-------2 | + * | 4-------5 | | 5 + * | / / | | / + * | / / | | / + * |/ / | |/ + * 0-------1 0-------1 * @endverbatim * and the faces in 3d: * @verbatim -- 2.39.5