From d2a2f3bb654f2b97c515b32204d0036867aa8627 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 8 Nov 2019 13:28:58 -0500 Subject: [PATCH] fix comment --- include/deal.II/base/index_set.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/index_set.h b/include/deal.II/base/index_set.h index 628185e8b6..a438f36e77 100644 --- a/include/deal.II/base/index_set.h +++ b/include/deal.II/base/index_set.h @@ -288,9 +288,9 @@ public: * range. * * In other words, the return value is nth_index_in_set(x), where x is the - * index of the largest contiguous range of indices in the IndexSet. The value - * is therefore equal to the number of elements in the set that come before - * the largest range. + * first index of the largest contiguous range of indices in the + * IndexSet. The return value is therefore equal to the number of elements + * in the set that come before the largest range. * * This call assumes that the IndexSet is nonempty. */ -- 2.39.5