From: Peter Westerbaan Date: Thu, 3 Dec 2020 20:50:17 +0000 (-0500) Subject: Fixed a typo in tria_levels.h X-Git-Tag: v9.3.0-rc1~806^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11311%2Fhead;p=dealii.git Fixed a typo in tria_levels.h --- diff --git a/include/deal.II/grid/tria_levels.h b/include/deal.II/grid/tria_levels.h index 19d83c036a..ca6a26ebee 100644 --- a/include/deal.II/grid/tria_levels.h +++ b/include/deal.II/grid/tria_levels.h @@ -122,7 +122,7 @@ namespace internal * and so on. * * In neighbors, neighbors[i].first is the level, while - * neighbors[i].first is the index of the neighbor. + * neighbors[i].second is the index of the neighbor. * * If a neighbor does not exist (cell is at the boundary), * level=index=-1 is set.