From 73cd4aff9ca8b1d0ec014917be1664b6fd9532ee Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 28 Aug 2006 19:51:47 +0000 Subject: [PATCH] Fix incorrect HTML tag git-svn-id: https://svn.dealii.org/trunk@13770 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index de217b11d8..f7816af20c 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -2539,7 +2539,7 @@ class CellAccessor : public TriaObjectAccessor * neighbor does not exist, an * invalid iterator is returned. * - * Note (cf. TriaLevel<0>): + * Note (cf. TriaLevel<0>): * The neighbor of a cell has at most the * same level as this cell, i.e. it may * or may not be refined. -- 2.39.5