From: Martin Kronbichler Date: Tue, 7 Jan 2014 08:23:15 +0000 (+0000) Subject: Make compile with 64 bit integers. X-Git-Tag: v8.2.0-rc1~1063 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17bcb5e0629ffb1b034dea5c1c348498cd05d70b;p=dealii.git Make compile with 64 bit integers. git-svn-id: https://svn.dealii.org/trunk@32174 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/multigrid/mg_tools.cc b/deal.II/source/multigrid/mg_tools.cc index 85bf569a4f..7321c64d2e 100644 --- a/deal.II/source/multigrid/mg_tools.cc +++ b/deal.II/source/multigrid/mg_tools.cc @@ -1502,7 +1502,7 @@ namespace MGTools template void extract_non_interface_dofs (const DoFHandler &mg_dof_handler, - std::vector > &non_interface_dofs) + std::vector > &non_interface_dofs) { Assert (non_interface_dofs.size() == mg_dof_handler.get_tria().n_global_levels(), ExcDimensionMismatch (non_interface_dofs.size(),