From cda7aefd1d11a7a4bbc375826df0078f9c2e64e4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 15 Oct 2012 18:47:10 +0000 Subject: [PATCH] Remove a couple of outdated comments. git-svn-id: https://svn.dealii.org/trunk@27128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria_accessor.h | 10 ---------- 1 file changed, 10 deletions(-) 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; -- 2.39.5