]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make compile with 64 bit integers.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 7 Jan 2014 08:23:15 +0000 (08:23 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 7 Jan 2014 08:23:15 +0000 (08:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@32174 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/multigrid/mg_tools.cc

index 85bf569a4fa13316f1800748a7ff0d3413e49f73..7321c64d2e4f6fb68ad3afc84a75cc45fc40904a 100644 (file)
@@ -1502,7 +1502,7 @@ namespace MGTools
   template <int dim, int spacedim>
   void
   extract_non_interface_dofs (const DoFHandler<dim,spacedim> &mg_dof_handler,
-                              std::vector<std::set<unsigned int> >  &non_interface_dofs)
+                              std::vector<std::set<types::global_dof_index> >  &non_interface_dofs)
   {
     Assert (non_interface_dofs.size() == mg_dof_handler.get_tria().n_global_levels(),
             ExcDimensionMismatch (non_interface_dofs.size(),

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.