From affe539406489e0bbaf44e7e31570310b65582e8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 1 Jun 2014 23:33:06 +0000 Subject: [PATCH] Format comment as always. git-svn-id: https://svn.dealii.org/trunk@33000 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria_accessor.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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; /** -- 2.39.5