]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use types::global_dof_index rather than unsigned int in MGTransfer 9528/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 14 Feb 2020 08:31:46 +0000 (09:31 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 14 Feb 2020 08:31:46 +0000 (09:31 +0100)
source/multigrid/mg_transfer_internal.cc

index cf947df52ba0902fe615c00dec631992bd1807f0..e6a026aa812c1f450ce6dbe070ef582459a36e25 100644 (file)
@@ -263,8 +263,8 @@ namespace internal
               const IndexSet &is_local =
                 dof_handler.locally_owned_mg_dofs(level);
 
-              std::vector<unsigned int> level_dof_indices;
-              std::vector<unsigned int> global_dof_indices;
+              std::vector<types::global_dof_index> level_dof_indices;
+              std::vector<types::global_dof_index> global_dof_indices;
               for (const auto &dofpair : send_data_temp)
                 if (dofpair.level == level)
                   {

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.