From: Timo Heister Date: Fri, 8 Nov 2019 19:27:04 +0000 (-0500) Subject: address comment X-Git-Tag: v9.2.0-rc1~890^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9024%2Fhead;p=dealii.git address comment --- diff --git a/include/deal.II/base/index_set.h b/include/deal.II/base/index_set.h index a438f36e77..82f6f60d57 100644 --- a/include/deal.II/base/index_set.h +++ b/include/deal.II/base/index_set.h @@ -982,7 +982,7 @@ private: * @relatesalso IndexSet */ inline IndexSet -complete_index_set(const types::global_dof_index N) +complete_index_set(const IndexSet::size_type N) { IndexSet is(N); is.add_range(0, N);