From af289c9323445c3e523609e948ccc98143fdf15d Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 10 Sep 2006 01:21:46 +0000 Subject: [PATCH] Fix one reference to where documentation is. git-svn-id: https://svn.dealii.org/trunk@13878 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index f7816af20c..4b9a4d829c 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -397,12 +397,10 @@ class TriaObjectAccessor : public TriaAccessor int level () const; /** - * Index of vertex. The - * convention regarding the - * numbering of vertices is laid - * down in the documentation of - * the Triangulation - * class. + * Index of vertex. The convention + * regarding the numbering of vertices + * is laid down in the documentation of + * the GeometryInfo class. * * Note that the returned value is only * the index of the geometrical -- 2.39.5