From: bangerth Date: Mon, 28 Aug 2006 19:51:47 +0000 (+0000) Subject: Fix incorrect HTML tag X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73cd4aff9ca8b1d0ec014917be1664b6fd9532ee;p=dealii-svn.git Fix incorrect HTML tag git-svn-id: https://svn.dealii.org/trunk@13770 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 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.