From 24ac826fa8c31636dbbb49899385ba53771c2c74 Mon Sep 17 00:00:00 2001 From: guido Date: Sat, 18 Dec 2004 17:56:10 +0000 Subject: [PATCH] typos git-svn-id: https://svn.dealii.org/trunk@9821 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_boundary_lib.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_boundary_lib.h b/deal.II/deal.II/include/grid/tria_boundary_lib.h index 4d0676c3ad..6819ada094 100644 --- a/deal.II/deal.II/include/grid/tria_boundary_lib.h +++ b/deal.II/deal.II/include/grid/tria_boundary_lib.h @@ -43,9 +43,9 @@ class CylinderBoundary : public StraightBoundary /** * Constructor. Per default * circular tube along the x-axis - * (axis=0<\tt>). Choose - * axis=1<\tt> or - * axis=2<\tt> for a tube + * (axis=0). Choose + * axis=1 or + * axis=2 for a tube * along the y- or z-axis, * respectively. */ @@ -131,9 +131,9 @@ class CylinderBoundary : public StraightBoundary /** * Denotes the axis of the * circular - * tube. axis=0<\tt>, - * axis=1<\tt> and - * axis=2<\tt> denote the + * tube. axis=0, + * axis=1 and + * axis=2 denote the * x-axis, * y-axis and * z-axis, respectively. -- 2.39.5