]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix complete_index_set
authorTimo Heister <timo.heister@gmail.com>
Fri, 8 Nov 2019 15:38:06 +0000 (10:38 -0500)
committerTimo Heister <timo.heister@gmail.com>
Fri, 8 Nov 2019 16:17:21 +0000 (11:17 -0500)
include/deal.II/base/index_set.h

index 1fcdf7755472767b162289ff4fdbc7e5065fa6d1..a240e65673f595f4de8c3d588b827fe05830f4b1 100644 (file)
@@ -975,7 +975,7 @@ private:
  * @relatesalso IndexSet
  */
 inline IndexSet
-complete_index_set(const unsigned int N)
+complete_index_set(const types::global_dof_index N)
 {
   IndexSet is(N);
   is.add_range(0, N);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.