From: Wolfgang Bangerth Date: Sun, 11 Sep 2011 04:26:13 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v8.0.0~3478 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dbdd914bc761ef5193980f1a1c608751137d148;p=dealii.git Fix markup. git-svn-id: https://svn.dealii.org/trunk@24302 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ;