From c45a5c3b57a5ae34b931c0b4bd42a091ea1c1749 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 11 Sep 2011 04:26:13 +0000 Subject: [PATCH] Fix markup. git-svn-id: https://svn.dealii.org/trunk@24302 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria_boundary_lib.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/include/deal.II/grid/tria_boundary_lib.h b/deal.II/include/deal.II/grid/tria_boundary_lib.h index 42ef1c8681..dacaa2b41d 100644 --- a/deal.II/include/deal.II/grid/tria_boundary_lib.h +++ b/deal.II/include/deal.II/grid/tria_boundary_lib.h @@ -793,9 +793,9 @@ class TorusBoundary : public Boundary /** * Function that corrects the value and * sign of angle, that is, given - * angle=tan(abs(y/x)); if - * (y > 0) && (x < 0) then - * correct_angle = Pi - angle, + * angle=tan(abs(y/x)); if + * (y > 0) && (x < 0) then + * correct_angle = Pi - angle, * etc. */ @@ -803,15 +803,15 @@ class TorusBoundary : public Boundary /** * Get the cartesian coordinates of the - * Torus, i.e., from (theta,phi) - * to (x,y,z). + * Torus, i.e., from (theta,phi) + * to (x,y,z). */ Point get_real_coord(const Point& surfP) const ; /** * Get the surface coordinates of the - * Torus, i.e., from (x,y,z) to - * (theta,phi). + * Torus, i.e., from (x,y,z) to + * (theta,phi). */ Point get_surf_coord(const Point& p) const ; -- 2.39.5