From: guido Date: Sat, 18 Dec 2004 17:56:10 +0000 (+0000) Subject: typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ac826fa8c31636dbbb49899385ba53771c2c74;p=dealii-svn.git typos git-svn-id: https://svn.dealii.org/trunk@9821 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.