From d44aacff8832a921e5910c8b62ac69a1ba079bfe Mon Sep 17 00:00:00 2001 From: Peter Westerbaan Date: Thu, 3 Dec 2020 15:50:17 -0500 Subject: [PATCH] Fixed a typo in tria_levels.h --- include/deal.II/grid/tria_levels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5