From: Wolfgang Bangerth Date: Sun, 1 Jun 2014 23:33:06 +0000 (+0000) Subject: Format comment as always. X-Git-Tag: v8.2.0-rc1~429 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a829b8036b284f3270eaecb3c8fe1c57fe033eeb;p=dealii.git Format comment as always. git-svn-id: https://svn.dealii.org/trunk@33000 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/tria_accessor.h b/deal.II/include/deal.II/grid/tria_accessor.h index 5a0e829713..f4c1c91dba 100644 --- a/deal.II/include/deal.II/grid/tria_accessor.h +++ b/deal.II/include/deal.II/grid/tria_accessor.h @@ -3025,12 +3025,11 @@ public: * may be different as to whether * a point is in- or outside the * cell in real space. - - In case of codim>0, the point is first projected - to the manifold where the cell is embedded and - then check if this projection is inside the cell. - - */ + * + * In case of codim>0, the point is first projected + * to the manifold where the cell is embedded and + * then check if this projection is inside the cell. + */ bool point_inside (const Point &p) const; /**