From 09b42560388bdbe624a5f7f4087a1378e2a8aaf7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Oct 2000 17:09:15 +0000 Subject: [PATCH] Change doc. git-svn-id: https://svn.dealii.org/trunk@3436 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 017e7f4edb..5e3397e734 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -1934,12 +1934,10 @@ class CellAccessor : public TriaObjectAccessor bool active () const; /** - * Test whether the point p is inside - * this cell. - * Up to now, this function is only - * implemented for 2d + * Test whether the point @p{p} + * is inside this cell. */ - bool point_inside(const Point &p) const; + bool point_inside (const Point &p) const; /** -- 2.39.5