From: Wolfgang Bangerth Date: Thu, 12 Oct 2000 17:09:15 +0000 (+0000) Subject: Change doc. X-Git-Tag: v8.0.0~19996 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b42560388bdbe624a5f7f4087a1378e2a8aaf7;p=dealii.git Change doc. git-svn-id: https://svn.dealii.org/trunk@3436 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; /**