From: Wolfgang Bangerth Date: Mon, 15 Oct 2012 18:47:10 +0000 (+0000) Subject: Remove a couple of outdated comments. X-Git-Tag: v8.0.0~1943 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda7aefd1d11a7a4bbc375826df0078f9c2e64e4;p=dealii.git Remove a couple of outdated comments. git-svn-id: https://svn.dealii.org/trunk@27128 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 1b18b27dff..62003d3cd0 100644 --- a/deal.II/include/deal.II/grid/tria_accessor.h +++ b/deal.II/include/deal.II/grid/tria_accessor.h @@ -2251,10 +2251,6 @@ class CellAccessor : public TriaAccessor /** * Return an iterator to the * @p ith face of this cell. - * - * This function is not - * implemented in 1D, and maps to - * QuadAccessor::line in 2D. */ TriaIterator > face (const unsigned int i) const; @@ -2262,12 +2258,6 @@ class CellAccessor : public TriaAccessor /** * Return the (global) index of the * @p ith face of this cell. - * - * This function returns the - * vertex_index() of the adjacent - * vertex in 1D, and maps to - * line_index() in 2D and - * quad_index() in 3D. */ unsigned int face_index (const unsigned int i) const;